Shades of Downy #72CFBF
Tints of Downy #72CFBF
RGB
CMYK
RGB Variations
Color information
#72CFBF (or 0x72CFBF) is known color: Downy. HEX triplet: 72, CF and BF. RGB value is (114,207,191). Sum of RGB (Red+Green+Blue) = 114+207+191=512 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.27% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #72CFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CFBF is #8D3040. Grayscale: #B1B1B1. Windows color (decimal): -9252929 or 12570482. OLE color: 12570482.
HSL color Cylindrical-coordinate representation of color #72CFBF: hue angle of 169.68º degrees, saturation: 0.49, 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 #72CFBF is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 207 | 191 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.19 |
| HSL | 169.68º | 0.49% | 0.63% | - |
| HSV(B) | 169.68º | 0.45% | 0.81% | - |
| XYZ | 38.66 | 51.96 | 57.28 | - |
| YUV | 177.37 | 135.69 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 191 | 0.45 | 0 | 0.08 | 0.19 | 169.68 | 0.49 | 0.63 |
| Hex | 72 | CF | BF | 2D | 0 | 8 | 13 | AA | 31 | 3F |
| Octal | 162 | 317 | 277 | 55 | 0 | 10 | 23 | 252 | 61 | 77 |
| Binary | 1110010 | 11001111 | 10111111 | 101101 | 0 | 1000 | 10011 | 10101010 | 110001 | 111111 |
Color Harmonies of #72CFBF
Complementary color
Monochromatic Colors of #72CFBF
Black with #72CFBF
Text Example
Text Example
White with #72CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CFBF; }
p { color: rgb(114,207,191); }
H1.HeaderClassName
{
color: #72CFBF;
}
.AnyTagClassName
{
color: #72CFBF;
}
</style>
background-color css
<style>
a { background-color: #72CFBF; }
a { background-color: rgb(114,207,191); }
div.DivClassName
{
background-color: #72CFBF;
}
.BgClassName
{
background-color: #72CFBF;
}
</style>
border-color css
<style>
span { border-color: #72CFBF; }
span { border-color: rgb(114,207,191); }
td.TdClassName
{
border-color: #72CFBF;
}
.TagClassName
{
border-color: #72CFBF;
}
</style>