Shades of Downy #60CEC1
Tints of Downy #60CEC1
RGB
CMYK
RGB Variations
Color information
#60CEC1 (or 0x60CEC1) is known color: Downy. HEX triplet: 60, CE and C1. RGB value is (96,206,193). Sum of RGB (Red+Green+Blue) = 96+206+193=495 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.39% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CEC1 is #9F313E. Grayscale: #ABABAB. Windows color (decimal): -10432831 or 12701280. OLE color: 12701280.
HSL color Cylindrical-coordinate representation of color #60CEC1: hue angle of 172.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CEC1 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 193 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.19 |
| HSL | 172.91º | 0.53% | 0.59% | - |
| HSV(B) | 172.91º | 0.53% | 0.81% | - |
| XYZ | 36.52 | 50.48 | 58.27 | - |
| YUV | 171.63 | 140.06 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 193 | 0.53 | 0 | 0.06 | 0.19 | 172.91 | 0.53 | 0.59 |
| Hex | 60 | CE | C1 | 35 | 0 | 6 | 13 | AD | 35 | 3B |
| Octal | 140 | 316 | 301 | 65 | 0 | 6 | 23 | 255 | 65 | 73 |
| Binary | 1100000 | 11001110 | 11000001 | 110101 | 0 | 110 | 10011 | 10101101 | 110101 | 111011 |
Color Harmonies of #60CEC1
Complementary color
Monochromatic Colors of #60CEC1
Black with #60CEC1
Text Example
Text Example
White with #60CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CEC1; }
p { color: rgb(96,206,193); }
H1.HeaderClassName
{
color: #60CEC1;
}
.AnyTagClassName
{
color: #60CEC1;
}
</style>
background-color css
<style>
a { background-color: #60CEC1; }
a { background-color: rgb(96,206,193); }
div.DivClassName
{
background-color: #60CEC1;
}
.BgClassName
{
background-color: #60CEC1;
}
</style>
border-color css
<style>
span { border-color: #60CEC1; }
span { border-color: rgb(96,206,193); }
td.TdClassName
{
border-color: #60CEC1;
}
.TagClassName
{
border-color: #60CEC1;
}
</style>