Shades of Downy #72DAC1
Tints of Downy #72DAC1
RGB
CMYK
RGB Variations
Color information
#72DAC1 (or 0x72DAC1) is known color: Downy. HEX triplet: 72, DA and C1. RGB value is (114,218,193). Sum of RGB (Red+Green+Blue) = 114+218+193=525 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.71% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #72DAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DAC1 is #8D253E. Grayscale: #B8B8B8. Windows color (decimal): -9250111 or 12704370. OLE color: 12704370.
HSL color Cylindrical-coordinate representation of color #72DAC1: hue angle of 165.58º 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 #72DAC1 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 218 | 193 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.15 |
| HSL | 165.58º | 0.58% | 0.65% | - |
| HSV(B) | 165.58º | 0.48% | 0.85% | - |
| XYZ | 41.64 | 57.57 | 59.37 | - |
| YUV | 184.05 | 133.04 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 218 | 193 | 0.48 | 0 | 0.11 | 0.15 | 165.58 | 0.58 | 0.65 |
| Hex | 72 | DA | C1 | 30 | 0 | B | F | A6 | 3A | 41 |
| Octal | 162 | 332 | 301 | 60 | 0 | 13 | 17 | 246 | 72 | 101 |
| Binary | 1110010 | 11011010 | 11000001 | 110000 | 0 | 1011 | 1111 | 10100110 | 111010 | 1000001 |
Color Harmonies of #72DAC1
Complementary color
Monochromatic Colors of #72DAC1
Black with #72DAC1
Text Example
Text Example
White with #72DAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DAC1; }
p { color: rgb(114,218,193); }
H1.HeaderClassName
{
color: #72DAC1;
}
.AnyTagClassName
{
color: #72DAC1;
}
</style>
background-color css
<style>
a { background-color: #72DAC1; }
a { background-color: rgb(114,218,193); }
div.DivClassName
{
background-color: #72DAC1;
}
.BgClassName
{
background-color: #72DAC1;
}
</style>
border-color css
<style>
span { border-color: #72DAC1; }
span { border-color: rgb(114,218,193); }
td.TdClassName
{
border-color: #72DAC1;
}
.TagClassName
{
border-color: #72DAC1;
}
</style>