Shades of Downy #72CCC6
Tints of Downy #72CCC6
RGB
CMYK
RGB Variations
Color information
#72CCC6 (or 0x72CCC6) is known color: Downy. HEX triplet: 72, CC and C6. RGB value is (114,204,198). Sum of RGB (Red+Green+Blue) = 114+204+198=516 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.09% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #72CCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CCC6 is #8D3339. Grayscale: #B0B0B0. Windows color (decimal): -9253690 or 13028466. OLE color: 13028466.
HSL color Cylindrical-coordinate representation of color #72CCC6: hue angle of 176º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CCC6 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 204 | 198 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.2 |
| HSL | 176º | 0.47% | 0.62% | - |
| HSV(B) | 176º | 0.44% | 0.8% | - |
| XYZ | 38.73 | 50.84 | 61.2 | - |
| YUV | 176.41 | 140.18 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 204 | 198 | 0.44 | 0 | 0.03 | 0.2 | 176 | 0.47 | 0.62 |
| Hex | 72 | CC | C6 | 2C | 0 | 3 | 14 | B0 | 2F | 3E |
| Octal | 162 | 314 | 306 | 54 | 0 | 3 | 24 | 260 | 57 | 76 |
| Binary | 1110010 | 11001100 | 11000110 | 101100 | 0 | 11 | 10100 | 10110000 | 101111 | 111110 |
Color Harmonies of #72CCC6
Complementary color
Monochromatic Colors of #72CCC6
Black with #72CCC6
Text Example
Text Example
White with #72CCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CCC6; }
p { color: rgb(114,204,198); }
H1.HeaderClassName
{
color: #72CCC6;
}
.AnyTagClassName
{
color: #72CCC6;
}
</style>
background-color css
<style>
a { background-color: #72CCC6; }
a { background-color: rgb(114,204,198); }
div.DivClassName
{
background-color: #72CCC6;
}
.BgClassName
{
background-color: #72CCC6;
}
</style>
border-color css
<style>
span { border-color: #72CCC6; }
span { border-color: rgb(114,204,198); }
td.TdClassName
{
border-color: #72CCC6;
}
.TagClassName
{
border-color: #72CCC6;
}
</style>