#72C9BB

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

Shades of Downy #72C9BB

Tints of Downy #72C9BB

Color information

#72C9BB (or 0x72C9BB) is unknown color: approx Downy. HEX triplet: 72, C9 and BB. RGB value is (114,201,187). Sum of RGB (Red+Green+Blue) = 114+201+187=502 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.71% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #72C9BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C9BB is #8D3644. Grayscale: #ADADAD. Windows color (decimal): -9254469 or 12306802. OLE color: 12306802.

HSL color Cylindrical-coordinate representation of color #72C9BB: hue angle of 170.34º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72C9BB is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB114201187-
CMYK0.4300.070.21
HSL170.34º44.62%61.76%-
HSV(B)170.34º43.28%78.82%-
XYZ36.848.9454.52-
YUV173.39135.6885.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.71%
GREEN value IS 201 (78.91% from 255) = 40.04%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=22.71%
G=40.04%
B=37.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1142011870.4300.070.21170.3444.6261.76
Hex72C9BB2B0715aa2d3e
Octal1623112735307252525576
Binary1110010110010011011101110101101111010110101010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,201,187); }

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

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

 a { background-color: rgb(114,201,187); }

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

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

 span { border-color: rgb(114,201,187); }

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