Shades of Downy #73CABF
Tints of Downy #73CABF
RGB
CMYK
RGB Variations
Color information
#73CABF (or 0x73CABF) is known color: Downy. HEX triplet: 73, CA and BF. RGB value is (115,202,191). Sum of RGB (Red+Green+Blue) = 115+202+191=508 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.64% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 202 - color contains mainly: green. Hex color #73CABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CABF is #8C3540. Grayscale: #AEAEAE. Windows color (decimal): -9188673 or 12569203. OLE color: 12569203.
HSL color Cylindrical-coordinate representation of color #73CABF: hue angle of 172.41º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73CABF is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 202 | 191 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.21 |
| HSL | 172.41º | 0.45% | 0.62% | - |
| HSV(B) | 172.41º | 0.43% | 0.79% | - |
| XYZ | 37.59 | 49.65 | 56.89 | - |
| YUV | 174.73 | 137.18 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 202 | 191 | 0.43 | 0 | 0.05 | 0.21 | 172.41 | 0.45 | 0.62 |
| Hex | 73 | CA | BF | 2B | 0 | 5 | 15 | AC | 2D | 3E |
| Octal | 163 | 312 | 277 | 53 | 0 | 5 | 25 | 254 | 55 | 76 |
| Binary | 1110011 | 11001010 | 10111111 | 101011 | 0 | 101 | 10101 | 10101100 | 101101 | 111110 |
Color Harmonies of #73CABF
Complementary color
Monochromatic Colors of #73CABF
Black with #73CABF
Text Example
Text Example
White with #73CABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CABF; }
p { color: rgb(115,202,191); }
H1.HeaderClassName
{
color: #73CABF;
}
.AnyTagClassName
{
color: #73CABF;
}
</style>
background-color css
<style>
a { background-color: #73CABF; }
a { background-color: rgb(115,202,191); }
div.DivClassName
{
background-color: #73CABF;
}
.BgClassName
{
background-color: #73CABF;
}
</style>
border-color css
<style>
span { border-color: #73CABF; }
span { border-color: rgb(115,202,191); }
td.TdClassName
{
border-color: #73CABF;
}
.TagClassName
{
border-color: #73CABF;
}
</style>