Shades of Downy #60CCBF
Tints of Downy #60CCBF
RGB
CMYK
RGB Variations
Color information
#60CCBF (or 0x60CCBF) is known color: Downy. HEX triplet: 60, CC and BF. RGB value is (96,204,191). Sum of RGB (Red+Green+Blue) = 96+204+191=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #60CCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CCBF is #9F3340. Grayscale: #AAAAAA. Windows color (decimal): -10433345 or 12569696. OLE color: 12569696.
HSL color Cylindrical-coordinate representation of color #60CCBF: hue angle of 172.78º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CCBF is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 204 | 191 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.2 |
| HSL | 172.78º | 0.51% | 0.59% | - |
| HSV(B) | 172.78º | 0.53% | 0.8% | - |
| XYZ | 35.82 | 49.43 | 56.94 | - |
| YUV | 170.23 | 139.72 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 204 | 191 | 0.53 | 0 | 0.06 | 0.2 | 172.78 | 0.51 | 0.59 |
| Hex | 60 | CC | BF | 35 | 0 | 6 | 14 | AD | 33 | 3B |
| Octal | 140 | 314 | 277 | 65 | 0 | 6 | 24 | 255 | 63 | 73 |
| Binary | 1100000 | 11001100 | 10111111 | 110101 | 0 | 110 | 10100 | 10101101 | 110011 | 111011 |
Color Harmonies of #60CCBF
Complementary color
Monochromatic Colors of #60CCBF
Black with #60CCBF
Text Example
Text Example
White with #60CCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CCBF; }
p { color: rgb(96,204,191); }
H1.HeaderClassName
{
color: #60CCBF;
}
.AnyTagClassName
{
color: #60CCBF;
}
</style>
background-color css
<style>
a { background-color: #60CCBF; }
a { background-color: rgb(96,204,191); }
div.DivClassName
{
background-color: #60CCBF;
}
.BgClassName
{
background-color: #60CCBF;
}
</style>
border-color css
<style>
span { border-color: #60CCBF; }
span { border-color: rgb(96,204,191); }
td.TdClassName
{
border-color: #60CCBF;
}
.TagClassName
{
border-color: #60CCBF;
}
</style>