Shades of Downy #72CEC5
Tints of Downy #72CEC5
RGB
CMYK
RGB Variations
Color information
#72CEC5 (or 0x72CEC5) is known color: Downy. HEX triplet: 72, CE and C5. RGB value is (114,206,197). Sum of RGB (Red+Green+Blue) = 114+206+197=517 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.05% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #72CEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CEC5 is #8D313A. Grayscale: #B1B1B1. Windows color (decimal): -9253179 or 12963442. OLE color: 12963442.
HSL color Cylindrical-coordinate representation of color #72CEC5: hue angle of 174.13º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CEC5 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 206 | 197 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.19 |
| HSL | 174.13º | 0.48% | 0.63% | - |
| HSV(B) | 174.13º | 0.45% | 0.81% | - |
| XYZ | 39.09 | 51.75 | 60.75 | - |
| YUV | 177.47 | 139.02 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 206 | 197 | 0.45 | 0 | 0.04 | 0.19 | 174.13 | 0.48 | 0.63 |
| Hex | 72 | CE | C5 | 2D | 0 | 4 | 13 | AE | 30 | 3F |
| Octal | 162 | 316 | 305 | 55 | 0 | 4 | 23 | 256 | 60 | 77 |
| Binary | 1110010 | 11001110 | 11000101 | 101101 | 0 | 100 | 10011 | 10101110 | 110000 | 111111 |
Color Harmonies of #72CEC5
Complementary color
Monochromatic Colors of #72CEC5
Black with #72CEC5
Text Example
Text Example
White with #72CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CEC5; }
p { color: rgb(114,206,197); }
H1.HeaderClassName
{
color: #72CEC5;
}
.AnyTagClassName
{
color: #72CEC5;
}
</style>
background-color css
<style>
a { background-color: #72CEC5; }
a { background-color: rgb(114,206,197); }
div.DivClassName
{
background-color: #72CEC5;
}
.BgClassName
{
background-color: #72CEC5;
}
</style>
border-color css
<style>
span { border-color: #72CEC5; }
span { border-color: rgb(114,206,197); }
td.TdClassName
{
border-color: #72CEC5;
}
.TagClassName
{
border-color: #72CEC5;
}
</style>