Shades of Downy #60CBC5
Tints of Downy #60CBC5
RGB
CMYK
RGB Variations
Color information
#60CBC5 (or 0x60CBC5) is known color: Downy. HEX triplet: 60, CB and C5. RGB value is (96,203,197). Sum of RGB (Red+Green+Blue) = 96+203+197=496 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.35% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #60CBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CBC5 is #9F343A. Grayscale: #AAAAAA. Windows color (decimal): -10433595 or 12962656. OLE color: 12962656.
HSL color Cylindrical-coordinate representation of color #60CBC5: hue angle of 176.64º 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 #60CBC5 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 197 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.20 |
| HSL | 176.64º | 0.51% | 0.59% | - |
| HSV(B) | 176.64º | 0.53% | 0.8% | - |
| XYZ | 36.26 | 49.23 | 60.41 | - |
| YUV | 170.32 | 143.05 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 197 | 0.53 | 0 | 0.03 | 0.20 | 176.64 | 0.51 | 0.59 |
| Hex | 60 | CB | C5 | 35 | 0 | 3 | 14 | B1 | 33 | 3B |
| Octal | 140 | 313 | 305 | 65 | 0 | 3 | 24 | 261 | 63 | 73 |
| Binary | 1100000 | 11001011 | 11000101 | 110101 | 0 | 11 | 10100 | 10110001 | 110011 | 111011 |
Color Harmonies of #60CBC5
Complementary color
Monochromatic Colors of #60CBC5
Black with #60CBC5
Text Example
Text Example
White with #60CBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CBC5; }
p { color: rgb(96,203,197); }
H1.HeaderClassName
{
color: #60CBC5;
}
.AnyTagClassName
{
color: #60CBC5;
}
</style>
background-color css
<style>
a { background-color: #60CBC5; }
a { background-color: rgb(96,203,197); }
div.DivClassName
{
background-color: #60CBC5;
}
.BgClassName
{
background-color: #60CBC5;
}
</style>
border-color css
<style>
span { border-color: #60CBC5; }
span { border-color: rgb(96,203,197); }
td.TdClassName
{
border-color: #60CBC5;
}
.TagClassName
{
border-color: #60CBC5;
}
</style>