Shades of Downy #73CFC2
Tints of Downy #73CFC2
RGB
CMYK
RGB Variations
Color information
#73CFC2 (or 0x73CFC2) is known color: Downy. HEX triplet: 73, CF and C2. RGB value is (115,207,194). Sum of RGB (Red+Green+Blue) = 115+207+194=516 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.29% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #73CFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CFC2 is #8C303D. Grayscale: #B1B1B1. Windows color (decimal): -9187390 or 12767091. OLE color: 12767091.
HSL color Cylindrical-coordinate representation of color #73CFC2: hue angle of 171.52º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CFC2 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 194 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.19 |
| HSL | 171.52º | 0.49% | 0.63% | - |
| HSV(B) | 171.52º | 0.44% | 0.81% | - |
| XYZ | 39.12 | 52.17 | 59.05 | - |
| YUV | 178.01 | 137.02 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 194 | 0.44 | 0 | 0.06 | 0.19 | 171.52 | 0.49 | 0.63 |
| Hex | 73 | CF | C2 | 2C | 0 | 6 | 13 | AC | 31 | 3F |
| Octal | 163 | 317 | 302 | 54 | 0 | 6 | 23 | 254 | 61 | 77 |
| Binary | 1110011 | 11001111 | 11000010 | 101100 | 0 | 110 | 10011 | 10101100 | 110001 | 111111 |
Color Harmonies of #73CFC2
Complementary color
Monochromatic Colors of #73CFC2
Black with #73CFC2
Text Example
Text Example
White with #73CFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CFC2; }
p { color: rgb(115,207,194); }
H1.HeaderClassName
{
color: #73CFC2;
}
.AnyTagClassName
{
color: #73CFC2;
}
</style>
background-color css
<style>
a { background-color: #73CFC2; }
a { background-color: rgb(115,207,194); }
div.DivClassName
{
background-color: #73CFC2;
}
.BgClassName
{
background-color: #73CFC2;
}
</style>
border-color css
<style>
span { border-color: #73CFC2; }
span { border-color: rgb(115,207,194); }
td.TdClassName
{
border-color: #73CFC2;
}
.TagClassName
{
border-color: #73CFC2;
}
</style>