Shades of Downy #73CFB8
Tints of Downy #73CFB8
RGB
CMYK
RGB Variations
Color information
#73CFB8 (or 0x73CFB8) is known color: Downy. HEX triplet: 73, CF and B8. RGB value is (115,207,184). Sum of RGB (Red+Green+Blue) = 115+207+184=506 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.73% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #73CFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CFB8 is #8C3047. Grayscale: #B0B0B0. Windows color (decimal): -9187400 or 12111731. OLE color: 12111731.
HSL color Cylindrical-coordinate representation of color #73CFB8: hue angle of 165º 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 #73CFB8 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 184 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.19 |
| HSL | 165º | 0.49% | 0.63% | - |
| HSV(B) | 165º | 0.44% | 0.81% | - |
| XYZ | 38.03 | 51.73 | 53.33 | - |
| YUV | 176.87 | 132.02 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 184 | 0.44 | 0 | 0.11 | 0.19 | 165 | 0.49 | 0.63 |
| Hex | 73 | CF | B8 | 2C | 0 | B | 13 | A5 | 31 | 3F |
| Octal | 163 | 317 | 270 | 54 | 0 | 13 | 23 | 245 | 61 | 77 |
| Binary | 1110011 | 11001111 | 10111000 | 101100 | 0 | 1011 | 10011 | 10100101 | 110001 | 111111 |
Color Harmonies of #73CFB8
Complementary color
Monochromatic Colors of #73CFB8
Black with #73CFB8
Text Example
Text Example
White with #73CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CFB8; }
p { color: rgb(115,207,184); }
H1.HeaderClassName
{
color: #73CFB8;
}
.AnyTagClassName
{
color: #73CFB8;
}
</style>
background-color css
<style>
a { background-color: #73CFB8; }
a { background-color: rgb(115,207,184); }
div.DivClassName
{
background-color: #73CFB8;
}
.BgClassName
{
background-color: #73CFB8;
}
</style>
border-color css
<style>
span { border-color: #73CFB8; }
span { border-color: rgb(115,207,184); }
td.TdClassName
{
border-color: #73CFB8;
}
.TagClassName
{
border-color: #73CFB8;
}
</style>