Shades of Downy #66E3D3
Tints of Downy #66E3D3
RGB
CMYK
RGB Variations
Color information
#66E3D3 (or 0x66E3D3) is known color: Downy. HEX triplet: 66, E3 and D3. RGB value is (102,227,211). Sum of RGB (Red+Green+Blue) = 102+227+211=540 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.89% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 227 - color contains mainly: green. Hex color #66E3D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E3D3 is #991C2C. Grayscale: #BBBBBB. Windows color (decimal): -10034221 or 13886310. OLE color: 13886310.
HSL color Cylindrical-coordinate representation of color #66E3D3: hue angle of 172.32º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E3D3 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 227 | 211 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.11 |
| HSL | 172.32º | 0.69% | 0.65% | - |
| HSV(B) | 172.32º | 0.55% | 0.89% | - |
| XYZ | 44.71 | 62.47 | 71.33 | - |
| YUV | 187.8 | 141.09 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 227 | 211 | 0.55 | 0 | 0.07 | 0.11 | 172.32 | 0.69 | 0.65 |
| Hex | 66 | E3 | D3 | 37 | 0 | 7 | B | AC | 45 | 41 |
| Octal | 146 | 343 | 323 | 67 | 0 | 7 | 13 | 254 | 105 | 101 |
| Binary | 1100110 | 11100011 | 11010011 | 110111 | 0 | 111 | 1011 | 10101100 | 1000101 | 1000001 |
Color Harmonies of #66E3D3
Complementary color
Monochromatic Colors of #66E3D3
Black with #66E3D3
Text Example
Text Example
White with #66E3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E3D3; }
p { color: rgb(102,227,211); }
H1.HeaderClassName
{
color: #66E3D3;
}
.AnyTagClassName
{
color: #66E3D3;
}
</style>
background-color css
<style>
a { background-color: #66E3D3; }
a { background-color: rgb(102,227,211); }
div.DivClassName
{
background-color: #66E3D3;
}
.BgClassName
{
background-color: #66E3D3;
}
</style>
border-color css
<style>
span { border-color: #66E3D3; }
span { border-color: rgb(102,227,211); }
td.TdClassName
{
border-color: #66E3D3;
}
.TagClassName
{
border-color: #66E3D3;
}
</style>