#72EAB9

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

Shades of Downy #72EAB9

Tints of Downy #72EAB9

Color information

#72EAB9 (or 0x72EAB9) is unknown color: approx Downy. HEX triplet: 72, EA and B9. RGB value is (114,234,185). Sum of RGB (Red+Green+Blue) = 114+234+185=533 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.39% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #72EAB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EAB9 is #8D1546. Grayscale: #C0C0C0. Windows color (decimal): -9246023 or 12184178. OLE color: 12184178.

HSL color Cylindrical-coordinate representation of color #72EAB9: hue angle of 155.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72EAB9 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB114234185-
CMYK0.5100.210.08
HSL155.5º74.07%68.24%-
HSV(B)155.5º51.28%91.76%-
XYZ45.1265.9356.25-
YUV192.53123.7471.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.39%
GREEN value IS 234 (91.80% from 255) = 43.90%
BLUE value IS 185 (72.66% from 255) = 34.71%
R=21.39%
G=43.90%
B=34.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1142341850.5100.210.08155.574.0768.24
Hex72EAB93301589c4a44
Octal1623522716302510234112104
Binary1110010111010101011100111001101010110001001110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,234,185); }

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

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

 a { background-color: rgb(114,234,185); }

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

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

 span { border-color: rgb(114,234,185); }

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