Shades of Downy #66EDC8
Tints of Downy #66EDC8
RGB
CMYK
RGB Variations
Color information
#66EDC8 (or 0x66EDC8) is known color: Downy. HEX triplet: 66, ED and C8. RGB value is (102,237,200). Sum of RGB (Red+Green+Blue) = 102+237+200=539 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.92% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #66EDC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EDC8 is #991237. Grayscale: #C0C0C0. Windows color (decimal): -10031672 or 13167974. OLE color: 13167974.
HSL color Cylindrical-coordinate representation of color #66EDC8: hue angle of 163.56º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EDC8 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 237 | 200 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.07 |
| HSL | 163.56º | 0.79% | 0.66% | - |
| HSV(B) | 163.56º | 0.57% | 0.93% | - |
| XYZ | 46.19 | 67.56 | 65.25 | - |
| YUV | 192.42 | 132.27 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 237 | 200 | 0.57 | 0 | 0.16 | 0.07 | 163.56 | 0.79 | 0.66 |
| Hex | 66 | ED | C8 | 39 | 0 | 10 | 7 | A4 | 4F | 42 |
| Octal | 146 | 355 | 310 | 71 | 0 | 20 | 7 | 244 | 117 | 102 |
| Binary | 1100110 | 11101101 | 11001000 | 111001 | 0 | 10000 | 111 | 10100100 | 1001111 | 1000010 |
Color Harmonies of #66EDC8
Complementary color
Monochromatic Colors of #66EDC8
Black with #66EDC8
Text Example
Text Example
White with #66EDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EDC8; }
p { color: rgb(102,237,200); }
H1.HeaderClassName
{
color: #66EDC8;
}
.AnyTagClassName
{
color: #66EDC8;
}
</style>
background-color css
<style>
a { background-color: #66EDC8; }
a { background-color: rgb(102,237,200); }
div.DivClassName
{
background-color: #66EDC8;
}
.BgClassName
{
background-color: #66EDC8;
}
</style>
border-color css
<style>
span { border-color: #66EDC8; }
span { border-color: rgb(102,237,200); }
td.TdClassName
{
border-color: #66EDC8;
}
.TagClassName
{
border-color: #66EDC8;
}
</style>