Shades of Downy #72CCC4
Tints of Downy #72CCC4
RGB
CMYK
RGB Variations
Color information
#72CCC4 (or 0x72CCC4) is known color: Downy. HEX triplet: 72, CC and C4. RGB value is (114,204,196). Sum of RGB (Red+Green+Blue) = 114+204+196=514 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.18% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #72CCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CCC4 is #8D333B. Grayscale: #B0B0B0. Windows color (decimal): -9253692 or 12897394. OLE color: 12897394.
HSL color Cylindrical-coordinate representation of color #72CCC4: hue angle of 174.67º 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 #72CCC4 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 204 | 196 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.2 |
| HSL | 174.67º | 0.47% | 0.62% | - |
| HSV(B) | 174.67º | 0.44% | 0.8% | - |
| XYZ | 38.5 | 50.75 | 59.99 | - |
| YUV | 176.18 | 139.18 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 204 | 196 | 0.44 | 0 | 0.04 | 0.2 | 174.67 | 0.47 | 0.62 |
| Hex | 72 | CC | C4 | 2C | 0 | 4 | 14 | AF | 2F | 3E |
| Octal | 162 | 314 | 304 | 54 | 0 | 4 | 24 | 257 | 57 | 76 |
| Binary | 1110010 | 11001100 | 11000100 | 101100 | 0 | 100 | 10100 | 10101111 | 101111 | 111110 |
Color Harmonies of #72CCC4
Complementary color
Monochromatic Colors of #72CCC4
Black with #72CCC4
Text Example
Text Example
White with #72CCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CCC4; }
p { color: rgb(114,204,196); }
H1.HeaderClassName
{
color: #72CCC4;
}
.AnyTagClassName
{
color: #72CCC4;
}
</style>
background-color css
<style>
a { background-color: #72CCC4; }
a { background-color: rgb(114,204,196); }
div.DivClassName
{
background-color: #72CCC4;
}
.BgClassName
{
background-color: #72CCC4;
}
</style>
border-color css
<style>
span { border-color: #72CCC4; }
span { border-color: rgb(114,204,196); }
td.TdClassName
{
border-color: #72CCC4;
}
.TagClassName
{
border-color: #72CCC4;
}
</style>