Shades of Downy #65E6CA
Tints of Downy #65E6CA
RGB
CMYK
RGB Variations
Color information
#65E6CA (or 0x65E6CA) is known color: Downy. HEX triplet: 65, E6 and CA. RGB value is (101,230,202). Sum of RGB (Red+Green+Blue) = 101+230+202=533 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.95% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #65E6CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65E6CA is #9A1935. Grayscale: #BCBCBC. Windows color (decimal): -10098998 or 13297253. OLE color: 13297253.
HSL color Cylindrical-coordinate representation of color #65E6CA: hue angle of 166.98º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E6CA is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 230 | 202 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.10 |
| HSL | 166.98º | 0.72% | 0.65% | - |
| HSV(B) | 166.98º | 0.56% | 0.9% | - |
| XYZ | 44.32 | 63.62 | 65.82 | - |
| YUV | 188.24 | 135.76 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 230 | 202 | 0.56 | 0 | 0.12 | 0.10 | 166.98 | 0.72 | 0.65 |
| Hex | 65 | E6 | CA | 38 | 0 | C | A | A7 | 48 | 41 |
| Octal | 145 | 346 | 312 | 70 | 0 | 14 | 12 | 247 | 110 | 101 |
| Binary | 1100101 | 11100110 | 11001010 | 111000 | 0 | 1100 | 1010 | 10100111 | 1001000 | 1000001 |
Color Harmonies of #65E6CA
Complementary color
Monochromatic Colors of #65E6CA
Black with #65E6CA
Text Example
Text Example
White with #65E6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E6CA; }
p { color: rgb(101,230,202); }
H1.HeaderClassName
{
color: #65E6CA;
}
.AnyTagClassName
{
color: #65E6CA;
}
</style>
background-color css
<style>
a { background-color: #65E6CA; }
a { background-color: rgb(101,230,202); }
div.DivClassName
{
background-color: #65E6CA;
}
.BgClassName
{
background-color: #65E6CA;
}
</style>
border-color css
<style>
span { border-color: #65E6CA; }
span { border-color: rgb(101,230,202); }
td.TdClassName
{
border-color: #65E6CA;
}
.TagClassName
{
border-color: #65E6CA;
}
</style>