#72CECB

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

Shades of Downy #72CECB

Tints of Downy #72CECB

Color information

#72CECB (or 0x72CECB) is unknown color: approx Downy. HEX triplet: 72, CE and CB. RGB value is (114,206,203). Sum of RGB (Red+Green+Blue) = 114+206+203=523 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.80% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #72CECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CECB is #8D3134. Grayscale: #B2B2B2. Windows color (decimal): -9253173 or 13356658. OLE color: 13356658.

HSL color Cylindrical-coordinate representation of color #72CECB: hue angle of 178.04º 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 #72CECB is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB114206203-
CMYK0.4500.010.19
HSL178.04º48.42%62.75%-
HSV(B)178.04º44.66%80.78%-
XYZ39.7952.0364.45-
YUV178.15142.0282.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.80%
GREEN value IS 206 (80.86% from 255) = 39.39%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=21.80%
G=39.39%
B=38.81%

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
Decimal1142062030.4500.010.19178.0448.4262.75
Hex72CECB2D0113b2303f
Octal1623163135501232626077
Binary11100101100111011001011101101011001110110010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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