Shades of Downy #72C8C0
Tints of Downy #72C8C0
RGB
CMYK
RGB Variations
Color information
#72C8C0 (or 0x72C8C0) is known color: Downy. HEX triplet: 72, C8 and C0. RGB value is (114,200,192). Sum of RGB (Red+Green+Blue) = 114+200+192=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #72C8C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C8C0 is #8D373F. Grayscale: #ADADAD. Windows color (decimal): -9254720 or 12634226. OLE color: 12634226.
HSL color Cylindrical-coordinate representation of color #72C8C0: hue angle of 174.42º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72C8C0 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 200 | 192 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.22 |
| HSL | 174.42º | 0.44% | 0.62% | - |
| HSV(B) | 174.42º | 0.43% | 0.78% | - |
| XYZ | 37.11 | 48.69 | 57.31 | - |
| YUV | 173.37 | 138.51 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 200 | 192 | 0.43 | 0 | 0.04 | 0.22 | 174.42 | 0.44 | 0.62 |
| Hex | 72 | C8 | C0 | 2B | 0 | 4 | 16 | AE | 2C | 3E |
| Octal | 162 | 310 | 300 | 53 | 0 | 4 | 26 | 256 | 54 | 76 |
| Binary | 1110010 | 11001000 | 11000000 | 101011 | 0 | 100 | 10110 | 10101110 | 101100 | 111110 |
Color Harmonies of #72C8C0
Complementary color
Monochromatic Colors of #72C8C0
Black with #72C8C0
Text Example
Text Example
White with #72C8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C8C0; }
p { color: rgb(114,200,192); }
H1.HeaderClassName
{
color: #72C8C0;
}
.AnyTagClassName
{
color: #72C8C0;
}
</style>
background-color css
<style>
a { background-color: #72C8C0; }
a { background-color: rgb(114,200,192); }
div.DivClassName
{
background-color: #72C8C0;
}
.BgClassName
{
background-color: #72C8C0;
}
</style>
border-color css
<style>
span { border-color: #72C8C0; }
span { border-color: rgb(114,200,192); }
td.TdClassName
{
border-color: #72C8C0;
}
.TagClassName
{
border-color: #72C8C0;
}
</style>