Shades of Downy #73CBBC
Tints of Downy #73CBBC
RGB
CMYK
RGB Variations
Color information
#73CBBC (or 0x73CBBC) is known color: Downy. HEX triplet: 73, CB and BC. RGB value is (115,203,188). Sum of RGB (Red+Green+Blue) = 115+203+188=506 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.73% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #73CBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CBBC is #8C3443. Grayscale: #AEAEAE. Windows color (decimal): -9188420 or 12372851. OLE color: 12372851.
HSL color Cylindrical-coordinate representation of color #73CBBC: hue angle of 169.77º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73CBBC is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 203 | 188 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.20 |
| HSL | 169.77º | 0.46% | 0.62% | - |
| HSV(B) | 169.77º | 0.43% | 0.8% | - |
| XYZ | 37.5 | 49.99 | 55.25 | - |
| YUV | 174.98 | 135.35 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 188 | 0.43 | 0 | 0.07 | 0.20 | 169.77 | 0.46 | 0.62 |
| Hex | 73 | CB | BC | 2B | 0 | 7 | 14 | AA | 2E | 3E |
| Octal | 163 | 313 | 274 | 53 | 0 | 7 | 24 | 252 | 56 | 76 |
| Binary | 1110011 | 11001011 | 10111100 | 101011 | 0 | 111 | 10100 | 10101010 | 101110 | 111110 |
Color Harmonies of #73CBBC
Complementary color
Monochromatic Colors of #73CBBC
Black with #73CBBC
Text Example
Text Example
White with #73CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CBBC; }
p { color: rgb(115,203,188); }
H1.HeaderClassName
{
color: #73CBBC;
}
.AnyTagClassName
{
color: #73CBBC;
}
</style>
background-color css
<style>
a { background-color: #73CBBC; }
a { background-color: rgb(115,203,188); }
div.DivClassName
{
background-color: #73CBBC;
}
.BgClassName
{
background-color: #73CBBC;
}
</style>
border-color css
<style>
span { border-color: #73CBBC; }
span { border-color: rgb(115,203,188); }
td.TdClassName
{
border-color: #73CBBC;
}
.TagClassName
{
border-color: #73CBBC;
}
</style>