#72CBBD

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

Shades of Downy #72CBBD

Tints of Downy #72CBBD

Color information

#72CBBD (or 0x72CBBD) is unknown color: approx Downy. HEX triplet: 72, CB and BD. RGB value is (114,203,189). Sum of RGB (Red+Green+Blue) = 114+203+189=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #72CBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CBBD is #8D3442. Grayscale: #AEAEAE. Windows color (decimal): -9253955 or 12438386. OLE color: 12438386.

HSL color Cylindrical-coordinate representation of color #72CBBD: hue angle of 170.56º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CBBD is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB114203189-
CMYK0.4400.070.20
HSL170.56º46.11%62.16%-
HSV(B)170.56º43.84%79.61%-
XYZ37.4849.9655.81-
YUV174.79136.0184.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.53%
GREEN value IS 203 (79.69% from 255) = 40.12%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=22.53%
G=40.12%
B=37.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1142031890.4400.070.20170.5646.1162.16
Hex72CBBD2C0714ab2e3e
Octal1623132755407242535676
Binary1110010110010111011110110110001111010010101011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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