Shades of Downy #65E0CA
Tints of Downy #65E0CA
RGB
CMYK
RGB Variations
Color information
#65E0CA (or 0x65E0CA) is known color: Downy. HEX triplet: 65, E0 and CA. RGB value is (101,224,202). Sum of RGB (Red+Green+Blue) = 101+224+202=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #65E0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E0CA is #9A1F35. Grayscale: #B8B8B8. Windows color (decimal): -10100534 or 13295717. OLE color: 13295717.
HSL color Cylindrical-coordinate representation of color #65E0CA: hue angle of 169.27º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E0CA is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 224 | 202 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.12 |
| HSL | 169.27º | 0.66% | 0.64% | - |
| HSV(B) | 169.27º | 0.55% | 0.88% | - |
| XYZ | 42.68 | 60.34 | 65.27 | - |
| YUV | 184.72 | 137.75 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 224 | 202 | 0.55 | 0 | 0.10 | 0.12 | 169.27 | 0.66 | 0.64 |
| Hex | 65 | E0 | CA | 37 | 0 | A | C | A9 | 42 | 40 |
| Octal | 145 | 340 | 312 | 67 | 0 | 12 | 14 | 251 | 102 | 100 |
| Binary | 1100101 | 11100000 | 11001010 | 110111 | 0 | 1010 | 1100 | 10101001 | 1000010 | 1000000 |
Color Harmonies of #65E0CA
Complementary color
Monochromatic Colors of #65E0CA
Black with #65E0CA
Text Example
Text Example
White with #65E0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E0CA; }
p { color: rgb(101,224,202); }
H1.HeaderClassName
{
color: #65E0CA;
}
.AnyTagClassName
{
color: #65E0CA;
}
</style>
background-color css
<style>
a { background-color: #65E0CA; }
a { background-color: rgb(101,224,202); }
div.DivClassName
{
background-color: #65E0CA;
}
.BgClassName
{
background-color: #65E0CA;
}
</style>
border-color css
<style>
span { border-color: #65E0CA; }
span { border-color: rgb(101,224,202); }
td.TdClassName
{
border-color: #65E0CA;
}
.TagClassName
{
border-color: #65E0CA;
}
</style>