#72CABE

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

Shades of Downy #72CABE

Tints of Downy #72CABE

Color information

#72CABE (or 0x72CABE) is unknown color: approx Downy. HEX triplet: 72, CA and BE. RGB value is (114,202,190). Sum of RGB (Red+Green+Blue) = 114+202+190=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #72CABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CABE is #8D3541. Grayscale: #AEAEAE. Windows color (decimal): -9254210 or 12503666. OLE color: 12503666.

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

Color convert

RGB114202190-
CMYK0.4400.060.21
HSL171.82º45.36%61.96%-
HSV(B)171.82º43.56%79.22%-
XYZ37.3549.5456.31-
YUV174.32136.8584.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.53%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=22.53%
G=39.92%
B=37.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1142021900.4400.060.21171.8245.3661.96
Hex72CABE2C0615ac2d3e
Octal1623122765406252545576
Binary1110010110010101011111010110001101010110101100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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