Shades of Downy #72CBBA
Tints of Downy #72CBBA
RGB
CMYK
RGB Variations
Color information
#72CBBA (or 0x72CBBA) is known color: Downy. HEX triplet: 72, CB and BA. RGB value is (114,203,186). Sum of RGB (Red+Green+Blue) = 114+203+186=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #72CBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CBBA is #8D3445. Grayscale: #AEAEAE. Windows color (decimal): -9253958 or 12241778. OLE color: 12241778.
HSL color Cylindrical-coordinate representation of color #72CBBA: hue angle of 168.54º degrees, saturation: 0.46, 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 #72CBBA is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 203 | 186 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.20 |
| HSL | 168.54º | 0.46% | 0.62% | - |
| HSV(B) | 168.54º | 0.44% | 0.8% | - |
| XYZ | 37.16 | 49.83 | 54.11 | - |
| YUV | 174.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 203 | 186 | 0.44 | 0 | 0.08 | 0.20 | 168.54 | 0.46 | 0.62 |
| Hex | 72 | CB | BA | 2C | 0 | 8 | 14 | A9 | 2E | 3E |
| Octal | 162 | 313 | 272 | 54 | 0 | 10 | 24 | 251 | 56 | 76 |
| Binary | 1110010 | 11001011 | 10111010 | 101100 | 0 | 1000 | 10100 | 10101001 | 101110 | 111110 |
Color Harmonies of #72CBBA
Complementary color
Monochromatic Colors of #72CBBA
Black with #72CBBA
Text Example
Text Example
White with #72CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CBBA; }
p { color: rgb(114,203,186); }
H1.HeaderClassName
{
color: #72CBBA;
}
.AnyTagClassName
{
color: #72CBBA;
}
</style>
background-color css
<style>
a { background-color: #72CBBA; }
a { background-color: rgb(114,203,186); }
div.DivClassName
{
background-color: #72CBBA;
}
.BgClassName
{
background-color: #72CBBA;
}
</style>
border-color css
<style>
span { border-color: #72CBBA; }
span { border-color: rgb(114,203,186); }
td.TdClassName
{
border-color: #72CBBA;
}
.TagClassName
{
border-color: #72CBBA;
}
</style>