Shades of Downy #60EFBC
Tints of Downy #60EFBC
RGB
CMYK
RGB Variations
Color information
#60EFBC (or 0x60EFBC) is known color: Downy. HEX triplet: 60, EF and BC. RGB value is (96,239,188). Sum of RGB (Red+Green+Blue) = 96+239+188=523 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.36% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #60EFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EFBC is #9F1043. Grayscale: #BEBEBE. Windows color (decimal): -10424388 or 12382048. OLE color: 12382048.
HSL color Cylindrical-coordinate representation of color #60EFBC: hue angle of 158.6º degrees, saturation: 0.82, 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 #60EFBC is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 239 | 188 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.06 |
| HSL | 158.6º | 0.82% | 0.66% | - |
| HSV(B) | 158.6º | 0.6% | 0.94% | - |
| XYZ | 44.77 | 67.85 | 58.31 | - |
| YUV | 190.43 | 126.62 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 239 | 188 | 0.60 | 0 | 0.21 | 0.06 | 158.6 | 0.82 | 0.66 |
| Hex | 60 | EF | BC | 3C | 0 | 15 | 6 | 9F | 52 | 42 |
| Octal | 140 | 357 | 274 | 74 | 0 | 25 | 6 | 237 | 122 | 102 |
| Binary | 1100000 | 11101111 | 10111100 | 111100 | 0 | 10101 | 110 | 10011111 | 1010010 | 1000010 |
Color Harmonies of #60EFBC
Complementary color
Monochromatic Colors of #60EFBC
Black with #60EFBC
Text Example
Text Example
White with #60EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EFBC; }
p { color: rgb(96,239,188); }
H1.HeaderClassName
{
color: #60EFBC;
}
.AnyTagClassName
{
color: #60EFBC;
}
</style>
background-color css
<style>
a { background-color: #60EFBC; }
a { background-color: rgb(96,239,188); }
div.DivClassName
{
background-color: #60EFBC;
}
.BgClassName
{
background-color: #60EFBC;
}
</style>
border-color css
<style>
span { border-color: #60EFBC; }
span { border-color: rgb(96,239,188); }
td.TdClassName
{
border-color: #60EFBC;
}
.TagClassName
{
border-color: #60EFBC;
}
</style>