Shades of Downy #72CEC1
Tints of Downy #72CEC1
RGB
CMYK
RGB Variations
Color information
#72CEC1 (or 0x72CEC1) is known color: Downy. HEX triplet: 72, CE and C1. RGB value is (114,206,193). Sum of RGB (Red+Green+Blue) = 114+206+193=513 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.22% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #72CEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CEC1 is #8D313E. Grayscale: #B0B0B0. Windows color (decimal): -9253183 or 12701298. OLE color: 12701298.
HSL color Cylindrical-coordinate representation of color #72CEC1: hue angle of 171.52º 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 #72CEC1 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 206 | 193 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.19 |
| HSL | 171.52º | 0.48% | 0.63% | - |
| HSV(B) | 171.52º | 0.45% | 0.81% | - |
| XYZ | 38.64 | 51.57 | 58.37 | - |
| YUV | 177.01 | 137.02 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 206 | 193 | 0.45 | 0 | 0.06 | 0.19 | 171.52 | 0.48 | 0.63 |
| Hex | 72 | CE | C1 | 2D | 0 | 6 | 13 | AC | 30 | 3F |
| Octal | 162 | 316 | 301 | 55 | 0 | 6 | 23 | 254 | 60 | 77 |
| Binary | 1110010 | 11001110 | 11000001 | 101101 | 0 | 110 | 10011 | 10101100 | 110000 | 111111 |
Color Harmonies of #72CEC1
Complementary color
Monochromatic Colors of #72CEC1
Black with #72CEC1
Text Example
Text Example
White with #72CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CEC1; }
p { color: rgb(114,206,193); }
H1.HeaderClassName
{
color: #72CEC1;
}
.AnyTagClassName
{
color: #72CEC1;
}
</style>
background-color css
<style>
a { background-color: #72CEC1; }
a { background-color: rgb(114,206,193); }
div.DivClassName
{
background-color: #72CEC1;
}
.BgClassName
{
background-color: #72CEC1;
}
</style>
border-color css
<style>
span { border-color: #72CEC1; }
span { border-color: rgb(114,206,193); }
td.TdClassName
{
border-color: #72CEC1;
}
.TagClassName
{
border-color: #72CEC1;
}
</style>