Shades of Downy #60F0BC
Tints of Downy #60F0BC
RGB
CMYK
RGB Variations
Color information
#60F0BC (or 0x60F0BC) is known color: Downy. HEX triplet: 60, F0 and BC. RGB value is (96,240,188). Sum of RGB (Red+Green+Blue) = 96+240+188=524 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.32% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #60F0BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F0BC is #9F0F43. Grayscale: #BFBFBF. Windows color (decimal): -10424132 or 12382304. OLE color: 12382304.
HSL color Cylindrical-coordinate representation of color #60F0BC: hue angle of 158.33º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F0BC is Cyan = 0.6, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 240 | 188 | - |
| CMYK | 0.6 | 0 | 0.22 | 0.06 |
| HSL | 158.33º | 0.83% | 0.66% | - |
| HSV(B) | 158.33º | 0.6% | 0.94% | - |
| XYZ | 45.06 | 68.44 | 58.41 | - |
| YUV | 191.02 | 126.29 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 240 | 188 | 0.6 | 0 | 0.22 | 0.06 | 158.33 | 0.83 | 0.66 |
| Hex | 60 | F0 | BC | 3C | 0 | 16 | 6 | 9E | 53 | 42 |
| Octal | 140 | 360 | 274 | 74 | 0 | 26 | 6 | 236 | 123 | 102 |
| Binary | 1100000 | 11110000 | 10111100 | 111100 | 0 | 10110 | 110 | 10011110 | 1010011 | 1000010 |
Color Harmonies of #60F0BC
Complementary color
Monochromatic Colors of #60F0BC
Black with #60F0BC
Text Example
Text Example
White with #60F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F0BC; }
p { color: rgb(96,240,188); }
H1.HeaderClassName
{
color: #60F0BC;
}
.AnyTagClassName
{
color: #60F0BC;
}
</style>
background-color css
<style>
a { background-color: #60F0BC; }
a { background-color: rgb(96,240,188); }
div.DivClassName
{
background-color: #60F0BC;
}
.BgClassName
{
background-color: #60F0BC;
}
</style>
border-color css
<style>
span { border-color: #60F0BC; }
span { border-color: rgb(96,240,188); }
td.TdClassName
{
border-color: #60F0BC;
}
.TagClassName
{
border-color: #60F0BC;
}
</style>