#72DACA

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

Shades of Downy #72DACA

Tints of Downy #72DACA

Color information

#72DACA (or 0x72DACA) is unknown color: approx Downy. HEX triplet: 72, DA and CA. RGB value is (114,218,202). Sum of RGB (Red+Green+Blue) = 114+218+202=534 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.35% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #72DACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DACA is #8D2535. Grayscale: #B9B9B9. Windows color (decimal): -9250102 or 13294194. OLE color: 13294194.

HSL color Cylindrical-coordinate representation of color #72DACA: hue angle of 170.77º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DACA is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB114218202-
CMYK0.4800.070.15
HSL170.77º58.43%65.1%-
HSV(B)170.77º47.71%85.49%-
XYZ42.6757.9864.82-
YUV185.08137.5477.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.35%
GREEN value IS 218 (85.55% from 255) = 40.82%
BLUE value IS 202 (79.30% from 255) = 37.83%
R=21.35%
G=40.82%
B=37.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1142182020.4800.070.15170.7758.4365.1
Hex72DACA3007Fab3a41
Octal16233231260071725372101
Binary1110010110110101100101011000001111111101010111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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