Shades of Downy #66CEB5
Tints of Downy #66CEB5
RGB
CMYK
RGB Variations
Color information
#66CEB5 (or 0x66CEB5) is known color: Downy. HEX triplet: 66, CE and B5. RGB value is (102,206,181). Sum of RGB (Red+Green+Blue) = 102+206+181=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 181 (71.09% from 255 or 37.01% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #66CEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CEB5 is #99314A. Grayscale: #ACACAC. Windows color (decimal): -10039627 or 11914854. OLE color: 11914854.
HSL color Cylindrical-coordinate representation of color #66CEB5: hue angle of 165.58º 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 #66CEB5 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 206 | 181 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.19 |
| HSL | 165.58º | 0.51% | 0.6% | - |
| HSV(B) | 165.58º | 0.5% | 0.81% | - |
| XYZ | 35.89 | 50.3 | 51.53 | - |
| YUV | 172.05 | 133.04 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 181 | 0.50 | 0 | 0.12 | 0.19 | 165.58 | 0.51 | 0.6 |
| Hex | 66 | CE | B5 | 32 | 0 | C | 13 | A6 | 33 | 3C |
| Octal | 146 | 316 | 265 | 62 | 0 | 14 | 23 | 246 | 63 | 74 |
| Binary | 1100110 | 11001110 | 10110101 | 110010 | 0 | 1100 | 10011 | 10100110 | 110011 | 111100 |
Color Harmonies of #66CEB5
Complementary color
Monochromatic Colors of #66CEB5
Black with #66CEB5
Text Example
Text Example
White with #66CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CEB5; }
p { color: rgb(102,206,181); }
H1.HeaderClassName
{
color: #66CEB5;
}
.AnyTagClassName
{
color: #66CEB5;
}
</style>
background-color css
<style>
a { background-color: #66CEB5; }
a { background-color: rgb(102,206,181); }
div.DivClassName
{
background-color: #66CEB5;
}
.BgClassName
{
background-color: #66CEB5;
}
</style>
border-color css
<style>
span { border-color: #66CEB5; }
span { border-color: rgb(102,206,181); }
td.TdClassName
{
border-color: #66CEB5;
}
.TagClassName
{
border-color: #66CEB5;
}
</style>