Shades of Downy #66D5D0
Tints of Downy #66D5D0
RGB
CMYK
RGB Variations
Color information
#66D5D0 (or 0x66D5D0) is known color: Downy. HEX triplet: 66, D5 and D0. RGB value is (102,213,208). Sum of RGB (Red+Green+Blue) = 102+213+208=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #66D5D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D5D0 is #992A2F. Grayscale: #B3B3B3. Windows color (decimal): -10037808 or 13686118. OLE color: 13686118.
HSL color Cylindrical-coordinate representation of color #66D5D0: hue angle of 177.3º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D5D0 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 102 | 213 | 208 | - |
CMYK | 0.52 | 0 | 0.02 | 0.16 |
HSL | 177.3º | 0.57% | 0.62% | - |
HSV(B) | 177.3º | 0.52% | 0.84% | - |
XYZ | 40.66 | 54.97 | 68.14 | - |
YUV | 179.24 | 144.23 | 72.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 102 | 213 | 208 | 0.52 | 0 | 0.02 | 0.16 | 177.3 | 0.57 | 0.62 |
Hex | 66 | D5 | D0 | 34 | 0 | 2 | 10 | B1 | 39 | 3E |
Octal | 146 | 325 | 320 | 64 | 0 | 2 | 20 | 261 | 71 | 76 |
Binary | 1100110 | 11010101 | 11010000 | 110100 | 0 | 10 | 10000 | 10110001 | 111001 | 111110 |
Color Harmonies of #66D5D0
Complementary color
Monochromatic Colors of #66D5D0
Black with #66D5D0
Text Example
Text Example
White with #66D5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D5D0; }
p { color: rgb(102,213,208); }
H1.HeaderClassName
{
color: #66D5D0;
}
.AnyTagClassName
{
color: #66D5D0;
}
</style>
background-color css
<style>
a { background-color: #66D5D0; }
a { background-color: rgb(102,213,208); }
div.DivClassName
{
background-color: #66D5D0;
}
.BgClassName
{
background-color: #66D5D0;
}
</style>
border-color css
<style>
span { border-color: #66D5D0; }
span { border-color: rgb(102,213,208); }
td.TdClassName
{
border-color: #66D5D0;
}
.TagClassName
{
border-color: #66D5D0;
}
</style>