Shades of Downy #72CBC2
Tints of Downy #72CBC2
RGB
CMYK
RGB Variations
Color information
#72CBC2 (or 0x72CBC2) is known color: Downy. HEX triplet: 72, CB and C2. RGB value is (114,203,194). Sum of RGB (Red+Green+Blue) = 114+203+194=511 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.31% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #72CBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CBC2 is #8D343D. Grayscale: #AFAFAF. Windows color (decimal): -9253950 or 12766066. OLE color: 12766066.
HSL color Cylindrical-coordinate representation of color #72CBC2: hue angle of 173.93º 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 #72CBC2 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 203 | 194 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.20 |
| HSL | 173.93º | 0.46% | 0.62% | - |
| HSV(B) | 173.93º | 0.44% | 0.8% | - |
| XYZ | 38.03 | 50.18 | 58.72 | - |
| YUV | 175.36 | 138.51 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 203 | 194 | 0.44 | 0 | 0.04 | 0.20 | 173.93 | 0.46 | 0.62 |
| Hex | 72 | CB | C2 | 2C | 0 | 4 | 14 | AE | 2E | 3E |
| Octal | 162 | 313 | 302 | 54 | 0 | 4 | 24 | 256 | 56 | 76 |
| Binary | 1110010 | 11001011 | 11000010 | 101100 | 0 | 100 | 10100 | 10101110 | 101110 | 111110 |
Color Harmonies of #72CBC2
Complementary color
Monochromatic Colors of #72CBC2
Black with #72CBC2
Text Example
Text Example
White with #72CBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CBC2; }
p { color: rgb(114,203,194); }
H1.HeaderClassName
{
color: #72CBC2;
}
.AnyTagClassName
{
color: #72CBC2;
}
</style>
background-color css
<style>
a { background-color: #72CBC2; }
a { background-color: rgb(114,203,194); }
div.DivClassName
{
background-color: #72CBC2;
}
.BgClassName
{
background-color: #72CBC2;
}
</style>
border-color css
<style>
span { border-color: #72CBC2; }
span { border-color: rgb(114,203,194); }
td.TdClassName
{
border-color: #72CBC2;
}
.TagClassName
{
border-color: #72CBC2;
}
</style>