Shades of Downy #66CEC1
Tints of Downy #66CEC1
RGB
CMYK
RGB Variations
Color information
#66CEC1 (or 0x66CEC1) is known color: Downy. HEX triplet: 66, CE and C1. RGB value is (102,206,193). Sum of RGB (Red+Green+Blue) = 102+206+193=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #66CEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CEC1 is #99313E. Grayscale: #ADADAD. Windows color (decimal): -10039615 or 12701286. OLE color: 12701286.
HSL color Cylindrical-coordinate representation of color #66CEC1: hue angle of 172.5º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CEC1 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 206 | 193 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.19 |
| HSL | 172.5º | 0.51% | 0.6% | - |
| HSV(B) | 172.5º | 0.5% | 0.81% | - |
| XYZ | 37.18 | 50.82 | 58.3 | - |
| YUV | 173.42 | 139.04 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 193 | 0.50 | 0 | 0.06 | 0.19 | 172.5 | 0.51 | 0.6 |
| Hex | 66 | CE | C1 | 32 | 0 | 6 | 13 | AC | 33 | 3C |
| Octal | 146 | 316 | 301 | 62 | 0 | 6 | 23 | 254 | 63 | 74 |
| Binary | 1100110 | 11001110 | 11000001 | 110010 | 0 | 110 | 10011 | 10101100 | 110011 | 111100 |
Color Harmonies of #66CEC1
Complementary color
Monochromatic Colors of #66CEC1
Black with #66CEC1
Text Example
Text Example
White with #66CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CEC1; }
p { color: rgb(102,206,193); }
H1.HeaderClassName
{
color: #66CEC1;
}
.AnyTagClassName
{
color: #66CEC1;
}
</style>
background-color css
<style>
a { background-color: #66CEC1; }
a { background-color: rgb(102,206,193); }
div.DivClassName
{
background-color: #66CEC1;
}
.BgClassName
{
background-color: #66CEC1;
}
</style>
border-color css
<style>
span { border-color: #66CEC1; }
span { border-color: rgb(102,206,193); }
td.TdClassName
{
border-color: #66CEC1;
}
.TagClassName
{
border-color: #66CEC1;
}
</style>