Shades of Downy #66CFBE
Tints of Downy #66CFBE
RGB
CMYK
RGB Variations
Color information
#66CFBE (or 0x66CFBE) is known color: Downy. HEX triplet: 66, CF and BE. RGB value is (102,207,190). Sum of RGB (Red+Green+Blue) = 102+207+190=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #66CFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CFBE is #993041. Grayscale: #ADADAD. Windows color (decimal): -10039362 or 12504934. OLE color: 12504934.
HSL color Cylindrical-coordinate representation of color #66CFBE: hue angle of 170.29º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CFBE is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 190 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.19 |
| HSL | 170.29º | 0.52% | 0.61% | - |
| HSV(B) | 170.29º | 0.51% | 0.81% | - |
| XYZ | 37.09 | 51.17 | 56.64 | - |
| YUV | 173.67 | 137.21 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 190 | 0.51 | 0 | 0.08 | 0.19 | 170.29 | 0.52 | 0.61 |
| Hex | 66 | CF | BE | 33 | 0 | 8 | 13 | AA | 34 | 3D |
| Octal | 146 | 317 | 276 | 63 | 0 | 10 | 23 | 252 | 64 | 75 |
| Binary | 1100110 | 11001111 | 10111110 | 110011 | 0 | 1000 | 10011 | 10101010 | 110100 | 111101 |
Color Harmonies of #66CFBE
Complementary color
Monochromatic Colors of #66CFBE
Black with #66CFBE
Text Example
Text Example
White with #66CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CFBE; }
p { color: rgb(102,207,190); }
H1.HeaderClassName
{
color: #66CFBE;
}
.AnyTagClassName
{
color: #66CFBE;
}
</style>
background-color css
<style>
a { background-color: #66CFBE; }
a { background-color: rgb(102,207,190); }
div.DivClassName
{
background-color: #66CFBE;
}
.BgClassName
{
background-color: #66CFBE;
}
</style>
border-color css
<style>
span { border-color: #66CFBE; }
span { border-color: rgb(102,207,190); }
td.TdClassName
{
border-color: #66CFBE;
}
.TagClassName
{
border-color: #66CFBE;
}
</style>