Shades of Downy #72CFB5
Tints of Downy #72CFB5
RGB
CMYK
RGB Variations
Color information
#72CFB5 (or 0x72CFB5) is known color: Downy. HEX triplet: 72, CF and B5. RGB value is (114,207,181). Sum of RGB (Red+Green+Blue) = 114+207+181=502 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.71% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #72CFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CFB5 is #8D304A. Grayscale: #B0B0B0. Windows color (decimal): -9252939 or 11915122. OLE color: 11915122.
HSL color Cylindrical-coordinate representation of color #72CFB5: hue angle of 163.23º 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 #72CFB5 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 207 | 181 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.19 |
| HSL | 163.23º | 0.49% | 0.63% | - |
| HSV(B) | 163.23º | 0.45% | 0.81% | - |
| XYZ | 37.59 | 51.54 | 51.68 | - |
| YUV | 176.23 | 130.69 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 181 | 0.45 | 0 | 0.13 | 0.19 | 163.23 | 0.49 | 0.63 |
| Hex | 72 | CF | B5 | 2D | 0 | D | 13 | A3 | 31 | 3F |
| Octal | 162 | 317 | 265 | 55 | 0 | 15 | 23 | 243 | 61 | 77 |
| Binary | 1110010 | 11001111 | 10110101 | 101101 | 0 | 1101 | 10011 | 10100011 | 110001 | 111111 |
Color Harmonies of #72CFB5
Complementary color
Monochromatic Colors of #72CFB5
Black with #72CFB5
Text Example
Text Example
White with #72CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CFB5; }
p { color: rgb(114,207,181); }
H1.HeaderClassName
{
color: #72CFB5;
}
.AnyTagClassName
{
color: #72CFB5;
}
</style>
background-color css
<style>
a { background-color: #72CFB5; }
a { background-color: rgb(114,207,181); }
div.DivClassName
{
background-color: #72CFB5;
}
.BgClassName
{
background-color: #72CFB5;
}
</style>
border-color css
<style>
span { border-color: #72CFB5; }
span { border-color: rgb(114,207,181); }
td.TdClassName
{
border-color: #72CFB5;
}
.TagClassName
{
border-color: #72CFB5;
}
</style>