#72DCB9

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

Shades of Downy #72DCB9

Tints of Downy #72DCB9

Color information

#72DCB9 (or 0x72DCB9) is unknown color: approx Downy. HEX triplet: 72, DC and B9. RGB value is (114,220,185). Sum of RGB (Red+Green+Blue) = 114+220+185=519 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.97% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #72DCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DCB9 is #8D2346. Grayscale: #B8B8B8. Windows color (decimal): -9249607 or 12180594. OLE color: 12180594.

HSL color Cylindrical-coordinate representation of color #72DCB9: hue angle of 160.19º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DCB9 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB114220185-
CMYK0.4800.160.14
HSL160.19º60.23%65.49%-
HSV(B)160.19º48.18%86.27%-
XYZ41.2958.2754.97-
YUV184.32128.3877.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.97%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 185 (72.66% from 255) = 35.65%
R=21.97%
G=42.39%
B=35.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1142201850.4800.160.14160.1960.2365.49
Hex72DCB930010Ea03c41
Octal162334271600201624074101
Binary111001011011100101110011100000100001110101000001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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