#72cecc

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

Shades of Downy #72CECC

Tints of Downy #72CECC

Color information

#72CECC (or 0x72CECC) is unknown color: approx Downy. HEX triplet: 72, CE and CC. RGB value is (114,206,204). Sum of RGB (Red+Green+Blue) = 114+206+204=524 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.76% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #72CECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CECC is #8D3133. Grayscale: #B2B2B2. Windows color (decimal): -9253172 or 13422194. OLE color: 13422194.

HSL color Cylindrical-coordinate representation of color #72CECC: hue angle of 178.7º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CECC is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB114206204-
CMYK0.4500.010.19
HSL178.7º48.42%62.75%-
HSV(B)178.7º44.66%80.78%-
XYZ39.9152.0865.08-
YUV178.26142.5282.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.76%
GREEN value IS 206 (80.86% from 255) = 39.31%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=21.76%
G=39.31%
B=38.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1142062040.4500.010.19178.748.4262.75
Hex72CECC2D0113b3303f
Octal1623163145501232636077
Binary11100101100111011001100101101011001110110011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72cecc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,206,204); }

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

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

 a { background-color: rgb(114,206,204); }

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

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

 span { border-color: rgb(114,206,204); }

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