#72f1b5

Color #72F1B5 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #72F1B5

Tints of Aquamarine #72F1B5

Color information

#72F1B5 (or 0x72F1B5) is unknown color: approx Aquamarine. HEX triplet: 72, F1 and B5. RGB value is (114,241,181). Sum of RGB (Red+Green+Blue) = 114+241+181=536 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.27% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #72F1B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F1B5 is #8D0E4A. Grayscale: #C4C4C4. Windows color (decimal): -9244235 or 11923826. OLE color: 11923826.

HSL color Cylindrical-coordinate representation of color #72F1B5: hue angle of 151.65º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F1B5 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB114241181-
CMYK0.5300.250.05
HSL151.65º81.94%69.61%-
HSV(B)151.65º52.7%94.51%-
XYZ46.7469.8254.73-
YUV196.19119.4269.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 21.27%
GREEN value IS 241 (94.53% from 255) = 44.96%
BLUE value IS 181 (71.09% from 255) = 33.77%
R=21.27%
G=44.96%
B=33.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1142411810.5300.250.05151.6581.9469.61
Hex72F1B5350195985246
Octal162361265650315230122106
Binary111001011110001101101011101010110011011001100010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72f1b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72f1b5; }

 p { color: rgb(114,241,181); }

 H1.HeaderClassName
 {
   color: #72f1b5;
 }
 .AnyTagClassName
 {
   color: #72f1b5;
 }
</style>
background-color css

<style>
 a { background-color: #72f1b5; }

 a { background-color: rgb(114,241,181); }

 div.DivClassName
 {
   background-color: #72f1b5;
 }
 .BgClassName
 {
   background-color: #72f1b5;
 }
</style>
border-color css

<style>
 span { border-color: #72f1b5; }

 span { border-color: rgb(114,241,181); }

 td.TdClassName
 {
   border-color: #72f1b5;
 }
 .TagClassName
 {
   border-color: #72f1b5;
 }
</style>