#72CABC

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

Shades of Downy #72CABC

Tints of Downy #72CABC

Color information

#72CABC (or 0x72CABC) is unknown color: approx Downy. HEX triplet: 72, CA and BC. RGB value is (114,202,188). Sum of RGB (Red+Green+Blue) = 114+202+188=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #72CABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CABC is #8D3543. Grayscale: #AEAEAE. Windows color (decimal): -9254212 or 12372594. OLE color: 12372594.

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

Color convert

RGB114202188-
CMYK0.4400.070.21
HSL170.45º45.36%61.96%-
HSV(B)170.45º43.56%79.22%-
XYZ37.1449.4555.16-
YUV174.09135.8585.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.62%
GREEN value IS 202 (79.30% from 255) = 40.08%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=22.62%
G=40.08%
B=37.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1142021880.4400.070.21170.4545.3661.96
Hex72CABC2C0715aa2d3e
Octal1623122745407252525576
Binary1110010110010101011110010110001111010110101010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,202,188); }

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

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

 a { background-color: rgb(114,202,188); }

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

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

 span { border-color: rgb(114,202,188); }

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