Shades of Downy #73CCBB
Tints of Downy #73CCBB
RGB
CMYK
RGB Variations
Color information
#73CCBB (or 0x73CCBB) is known color: Downy. HEX triplet: 73, CC and BB. RGB value is (115,204,187). Sum of RGB (Red+Green+Blue) = 115+204+187=506 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.73% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #73CCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CCBB is #8C3344. Grayscale: #AFAFAF. Windows color (decimal): -9188165 or 12307571. OLE color: 12307571.
HSL color Cylindrical-coordinate representation of color #73CCBB: hue angle of 168.54º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CCBB is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 204 | 187 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.2 |
| HSL | 168.54º | 0.47% | 0.63% | - |
| HSV(B) | 168.54º | 0.44% | 0.8% | - |
| XYZ | 37.63 | 50.42 | 54.76 | - |
| YUV | 175.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 187 | 0.44 | 0 | 0.08 | 0.2 | 168.54 | 0.47 | 0.63 |
| Hex | 73 | CC | BB | 2C | 0 | 8 | 14 | A9 | 2F | 3F |
| Octal | 163 | 314 | 273 | 54 | 0 | 10 | 24 | 251 | 57 | 77 |
| Binary | 1110011 | 11001100 | 10111011 | 101100 | 0 | 1000 | 10100 | 10101001 | 101111 | 111111 |
Color Harmonies of #73CCBB
Complementary color
Monochromatic Colors of #73CCBB
Black with #73CCBB
Text Example
Text Example
White with #73CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CCBB; }
p { color: rgb(115,204,187); }
H1.HeaderClassName
{
color: #73CCBB;
}
.AnyTagClassName
{
color: #73CCBB;
}
</style>
background-color css
<style>
a { background-color: #73CCBB; }
a { background-color: rgb(115,204,187); }
div.DivClassName
{
background-color: #73CCBB;
}
.BgClassName
{
background-color: #73CCBB;
}
</style>
border-color css
<style>
span { border-color: #73CCBB; }
span { border-color: rgb(115,204,187); }
td.TdClassName
{
border-color: #73CCBB;
}
.TagClassName
{
border-color: #73CCBB;
}
</style>