Shades of Downy #72D3CF
Tints of Downy #72D3CF
RGB
CMYK
RGB Variations
Color information
#72D3CF (or 0x72D3CF) is known color: Downy. HEX triplet: 72, D3 and CF. RGB value is (114,211,207). Sum of RGB (Red+Green+Blue) = 114+211+207=532 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.43% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 211 - color contains mainly: green. Hex color #72D3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D3CF is #8D2C30. Grayscale: #B5B5B5. Windows color (decimal): -9251889 or 13620082. OLE color: 13620082.
HSL color Cylindrical-coordinate representation of color #72D3CF: hue angle of 177.53º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D3CF is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 211 | 207 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.17 |
| HSL | 177.53º | 0.52% | 0.64% | - |
| HSV(B) | 177.53º | 0.46% | 0.83% | - |
| XYZ | 41.5 | 54.67 | 67.4 | - |
| YUV | 181.54 | 142.36 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 211 | 207 | 0.46 | 0 | 0.02 | 0.17 | 177.53 | 0.52 | 0.64 |
| Hex | 72 | D3 | CF | 2E | 0 | 2 | 11 | B2 | 34 | 40 |
| Octal | 162 | 323 | 317 | 56 | 0 | 2 | 21 | 262 | 64 | 100 |
| Binary | 1110010 | 11010011 | 11001111 | 101110 | 0 | 10 | 10001 | 10110010 | 110100 | 1000000 |
Color Harmonies of #72D3CF
Complementary color
Monochromatic Colors of #72D3CF
Black with #72D3CF
Text Example
Text Example
White with #72D3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D3CF; }
p { color: rgb(114,211,207); }
H1.HeaderClassName
{
color: #72D3CF;
}
.AnyTagClassName
{
color: #72D3CF;
}
</style>
background-color css
<style>
a { background-color: #72D3CF; }
a { background-color: rgb(114,211,207); }
div.DivClassName
{
background-color: #72D3CF;
}
.BgClassName
{
background-color: #72D3CF;
}
</style>
border-color css
<style>
span { border-color: #72D3CF; }
span { border-color: rgb(114,211,207); }
td.TdClassName
{
border-color: #72D3CF;
}
.TagClassName
{
border-color: #72D3CF;
}
</style>