Shades of Downy #73CFCB
Tints of Downy #73CFCB
RGB
CMYK
RGB Variations
Color information
#73CFCB (or 0x73CFCB) is known color: Downy. HEX triplet: 73, CF and CB. RGB value is (115,207,203). Sum of RGB (Red+Green+Blue) = 115+207+203=525 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.90% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #73CFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CFCB is #8C3034. Grayscale: #B2B2B2. Windows color (decimal): -9187381 or 13356915. OLE color: 13356915.
HSL color Cylindrical-coordinate representation of color #73CFCB: hue angle of 177.39º 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 #73CFCB is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 203 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.19 |
| HSL | 177.39º | 0.49% | 0.63% | - |
| HSV(B) | 177.39º | 0.44% | 0.81% | - |
| XYZ | 40.16 | 52.58 | 64.53 | - |
| YUV | 179.04 | 141.52 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 203 | 0.44 | 0 | 0.02 | 0.19 | 177.39 | 0.49 | 0.63 |
| Hex | 73 | CF | CB | 2C | 0 | 2 | 13 | B1 | 31 | 3F |
| Octal | 163 | 317 | 313 | 54 | 0 | 2 | 23 | 261 | 61 | 77 |
| Binary | 1110011 | 11001111 | 11001011 | 101100 | 0 | 10 | 10011 | 10110001 | 110001 | 111111 |
Color Harmonies of #73CFCB
Complementary color
Monochromatic Colors of #73CFCB
Black with #73CFCB
Text Example
Text Example
White with #73CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CFCB; }
p { color: rgb(115,207,203); }
H1.HeaderClassName
{
color: #73CFCB;
}
.AnyTagClassName
{
color: #73CFCB;
}
</style>
background-color css
<style>
a { background-color: #73CFCB; }
a { background-color: rgb(115,207,203); }
div.DivClassName
{
background-color: #73CFCB;
}
.BgClassName
{
background-color: #73CFCB;
}
</style>
border-color css
<style>
span { border-color: #73CFCB; }
span { border-color: rgb(115,207,203); }
td.TdClassName
{
border-color: #73CFCB;
}
.TagClassName
{
border-color: #73CFCB;
}
</style>