#72D1B9

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

Shades of Downy #72D1B9

Tints of Downy #72D1B9

Color information

#72D1B9 (or 0x72D1B9) is unknown color: approx Downy. HEX triplet: 72, D1 and B9. RGB value is (114,209,185). Sum of RGB (Red+Green+Blue) = 114+209+185=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #72D1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D1B9 is #8D2E46. Grayscale: #B1B1B1. Windows color (decimal): -9252423 or 12177778. OLE color: 12177778.

HSL color Cylindrical-coordinate representation of color #72D1B9: hue angle of 164.84º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72D1B9 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB114209185-
CMYK0.4500.110.18
HSL164.84º50.8%63.33%-
HSV(B)164.84º45.45%81.96%-
XYZ38.552.6854.04-
YUV177.86132.0382.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.44%
GREEN value IS 209 (82.03% from 255) = 41.14%
BLUE value IS 185 (72.66% from 255) = 36.42%
R=22.44%
G=41.14%
B=36.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1142091850.4500.110.18164.8450.863.33
Hex72D1B92D0B12a5333f
Octal16232127155013222456377
Binary11100101101000110111001101101010111001010100101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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