Shades of Downy #72D1CC
Tints of Downy #72D1CC
RGB
CMYK
RGB Variations
Color information
#72D1CC (or 0x72D1CC) is known color: Downy. HEX triplet: 72, D1 and CC. RGB value is (114,209,204). Sum of RGB (Red+Green+Blue) = 114+209+204=527 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.63% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #72D1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D1CC is #8D2E33. Grayscale: #B3B3B3. Windows color (decimal): -9252404 or 13422962. OLE color: 13422962.
HSL color Cylindrical-coordinate representation of color #72D1CC: hue angle of 176.84º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72D1CC is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 209 | 204 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.18 |
| HSL | 176.84º | 0.51% | 0.63% | - |
| HSV(B) | 176.84º | 0.45% | 0.82% | - |
| XYZ | 40.64 | 53.54 | 65.32 | - |
| YUV | 180.03 | 141.53 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 209 | 204 | 0.45 | 0 | 0.02 | 0.18 | 176.84 | 0.51 | 0.63 |
| Hex | 72 | D1 | CC | 2D | 0 | 2 | 12 | B1 | 33 | 3F |
| Octal | 162 | 321 | 314 | 55 | 0 | 2 | 22 | 261 | 63 | 77 |
| Binary | 1110010 | 11010001 | 11001100 | 101101 | 0 | 10 | 10010 | 10110001 | 110011 | 111111 |
Color Harmonies of #72D1CC
Complementary color
Monochromatic Colors of #72D1CC
Black with #72D1CC
Text Example
Text Example
White with #72D1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D1CC; }
p { color: rgb(114,209,204); }
H1.HeaderClassName
{
color: #72D1CC;
}
.AnyTagClassName
{
color: #72D1CC;
}
</style>
background-color css
<style>
a { background-color: #72D1CC; }
a { background-color: rgb(114,209,204); }
div.DivClassName
{
background-color: #72D1CC;
}
.BgClassName
{
background-color: #72D1CC;
}
</style>
border-color css
<style>
span { border-color: #72D1CC; }
span { border-color: rgb(114,209,204); }
td.TdClassName
{
border-color: #72D1CC;
}
.TagClassName
{
border-color: #72D1CC;
}
</style>