Shades of Downy #65E4CA
Tints of Downy #65E4CA
RGB
CMYK
RGB Variations
Color information
#65E4CA (or 0x65E4CA) is known color: Downy. HEX triplet: 65, E4 and CA. RGB value is (101,228,202). Sum of RGB (Red+Green+Blue) = 101+228+202=531 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.02% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #65E4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E4CA is #9A1B35. Grayscale: #BBBBBB. Windows color (decimal): -10099510 or 13296741. OLE color: 13296741.
HSL color Cylindrical-coordinate representation of color #65E4CA: hue angle of 167.72º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E4CA is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 228 | 202 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.11 |
| HSL | 167.72º | 0.7% | 0.65% | - |
| HSV(B) | 167.72º | 0.56% | 0.89% | - |
| XYZ | 43.77 | 62.52 | 65.64 | - |
| YUV | 187.06 | 136.42 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 228 | 202 | 0.56 | 0 | 0.11 | 0.11 | 167.72 | 0.7 | 0.65 |
| Hex | 65 | E4 | CA | 38 | 0 | B | B | A8 | 46 | 41 |
| Octal | 145 | 344 | 312 | 70 | 0 | 13 | 13 | 250 | 106 | 101 |
| Binary | 1100101 | 11100100 | 11001010 | 111000 | 0 | 1011 | 1011 | 10101000 | 1000110 | 1000001 |
Color Harmonies of #65E4CA
Complementary color
Monochromatic Colors of #65E4CA
Black with #65E4CA
Text Example
Text Example
White with #65E4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E4CA; }
p { color: rgb(101,228,202); }
H1.HeaderClassName
{
color: #65E4CA;
}
.AnyTagClassName
{
color: #65E4CA;
}
</style>
background-color css
<style>
a { background-color: #65E4CA; }
a { background-color: rgb(101,228,202); }
div.DivClassName
{
background-color: #65E4CA;
}
.BgClassName
{
background-color: #65E4CA;
}
</style>
border-color css
<style>
span { border-color: #65E4CA; }
span { border-color: rgb(101,228,202); }
td.TdClassName
{
border-color: #65E4CA;
}
.TagClassName
{
border-color: #65E4CA;
}
</style>