#72C9BA

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

Shades of Downy #72C9BA

Tints of Downy #72C9BA

Color information

#72C9BA (or 0x72C9BA) is unknown color: approx Downy. HEX triplet: 72, C9 and BA. RGB value is (114,201,186). Sum of RGB (Red+Green+Blue) = 114+201+186=501 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.75% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #72C9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C9BA is #8D3645. Grayscale: #ADADAD. Windows color (decimal): -9254470 or 12241266. OLE color: 12241266.

HSL color Cylindrical-coordinate representation of color #72C9BA: hue angle of 169.66º 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 #72C9BA is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB114201186-
CMYK0.4300.070.21
HSL169.66º44.62%61.76%-
HSV(B)169.66º43.28%78.82%-
XYZ36.6948.953.96-
YUV173.28135.1885.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.75%
GREEN value IS 201 (78.91% from 255) = 40.12%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=22.75%
G=40.12%
B=37.13%

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
Decimal1142011860.4300.070.21169.6644.6261.76
Hex72C9BA2B0715aa2d3e
Octal1623112725307252525576
Binary1110010110010011011101010101101111010110101010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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