#72DDBD

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

Shades of Downy #72DDBD

Tints of Downy #72DDBD

Color information

#72DDBD (or 0x72DDBD) is unknown color: approx Downy. HEX triplet: 72, DD and BD. RGB value is (114,221,189). Sum of RGB (Red+Green+Blue) = 114+221+189=524 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.76% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #72DDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DDBD is #8D2242. Grayscale: #B9B9B9. Windows color (decimal): -9249347 or 12442994. OLE color: 12442994.

HSL color Cylindrical-coordinate representation of color #72DDBD: hue angle of 162.06º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DDBD is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB114221189-
CMYK0.4800.140.13
HSL162.06º61.14%65.69%-
HSV(B)162.06º48.42%86.67%-
XYZ41.9858.9657.31-
YUV185.36130.0577.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.76%
GREEN value IS 221 (86.72% from 255) = 42.18%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=21.76%
G=42.18%
B=36.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142211890.4800.140.13162.0661.1465.69
Hex72DDBD300EDa23d42
Octal162335275600161524275102
Binary11100101101110110111101110000011101101101000101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,221,189); }

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

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

 a { background-color: rgb(114,221,189); }

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

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

 span { border-color: rgb(114,221,189); }

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