Shades of Downy #61CEC8
Tints of Downy #61CEC8
RGB
CMYK
RGB Variations
Color information
#61CEC8 (or 0x61CEC8) is known color: Downy. HEX triplet: 61, CE and C8. RGB value is (97,206,200). Sum of RGB (Red+Green+Blue) = 97+206+200=503 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.28% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #61CEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CEC8 is #9E3137. Grayscale: #ACACAC. Windows color (decimal): -10367288 or 13160033. OLE color: 13160033.
HSL color Cylindrical-coordinate representation of color #61CEC8: hue angle of 176.7º 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 #61CEC8 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 206 | 200 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.19 |
| HSL | 176.7º | 0.53% | 0.59% | - |
| HSV(B) | 176.7º | 0.53% | 0.81% | - |
| XYZ | 37.43 | 50.85 | 62.49 | - |
| YUV | 172.73 | 143.39 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 206 | 200 | 0.53 | 0 | 0.03 | 0.19 | 176.7 | 0.53 | 0.59 |
| Hex | 61 | CE | C8 | 35 | 0 | 3 | 13 | B1 | 35 | 3B |
| Octal | 141 | 316 | 310 | 65 | 0 | 3 | 23 | 261 | 65 | 73 |
| Binary | 1100001 | 11001110 | 11001000 | 110101 | 0 | 11 | 10011 | 10110001 | 110101 | 111011 |
Color Harmonies of #61CEC8
Complementary color
Monochromatic Colors of #61CEC8
Black with #61CEC8
Text Example
Text Example
White with #61CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CEC8; }
p { color: rgb(97,206,200); }
H1.HeaderClassName
{
color: #61CEC8;
}
.AnyTagClassName
{
color: #61CEC8;
}
</style>
background-color css
<style>
a { background-color: #61CEC8; }
a { background-color: rgb(97,206,200); }
div.DivClassName
{
background-color: #61CEC8;
}
.BgClassName
{
background-color: #61CEC8;
}
</style>
border-color css
<style>
span { border-color: #61CEC8; }
span { border-color: rgb(97,206,200); }
td.TdClassName
{
border-color: #61CEC8;
}
.TagClassName
{
border-color: #61CEC8;
}
</style>