#72DDB7

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

Shades of Downy #72DDB7

Tints of Downy #72DDB7

Color information

#72DDB7 (or 0x72DDB7) is unknown color: approx Downy. HEX triplet: 72, DD and B7. RGB value is (114,221,183). Sum of RGB (Red+Green+Blue) = 114+221+183=518 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.01% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #72DDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DDB7 is #8D2248. Grayscale: #B8B8B8. Windows color (decimal): -9249353 or 12049778. OLE color: 12049778.

HSL color Cylindrical-coordinate representation of color #72DDB7: hue angle of 158.69º 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 #72DDB7 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB114221183-
CMYK0.4800.170.13
HSL158.69º61.14%65.69%-
HSV(B)158.69º48.42%86.67%-
XYZ41.3458.7153.95-
YUV184.68127.0577.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.01%
GREEN value IS 221 (86.72% from 255) = 42.66%
BLUE value IS 183 (71.88% from 255) = 35.33%
R=22.01%
G=42.66%
B=35.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142211830.4800.170.13158.6961.1465.69
Hex72DDB730011D9f3d42
Octal162335267600211523775102
Binary111001011011101101101111100000100011101100111111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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