Shades of Downy #65EACA
Tints of Downy #65EACA
RGB
CMYK
RGB Variations
Color information
#65EACA (or 0x65EACA) is known color: Downy. HEX triplet: 65, EA and CA. RGB value is (101,234,202). Sum of RGB (Red+Green+Blue) = 101+234+202=537 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.81% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 234 - color contains mainly: green. Hex color #65EACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EACA is #9A1535. Grayscale: #BEBEBE. Windows color (decimal): -10097974 or 13298277. OLE color: 13298277.
HSL color Cylindrical-coordinate representation of color #65EACA: hue angle of 165.56º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EACA is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 234 | 202 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.08 |
| HSL | 165.56º | 0.76% | 0.66% | - |
| HSV(B) | 165.56º | 0.57% | 0.92% | - |
| XYZ | 45.45 | 65.88 | 66.2 | - |
| YUV | 190.59 | 134.44 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 234 | 202 | 0.57 | 0 | 0.14 | 0.08 | 165.56 | 0.76 | 0.66 |
| Hex | 65 | EA | CA | 39 | 0 | E | 8 | A6 | 4C | 42 |
| Octal | 145 | 352 | 312 | 71 | 0 | 16 | 10 | 246 | 114 | 102 |
| Binary | 1100101 | 11101010 | 11001010 | 111001 | 0 | 1110 | 1000 | 10100110 | 1001100 | 1000010 |
Color Harmonies of #65EACA
Complementary color
Monochromatic Colors of #65EACA
Black with #65EACA
Text Example
Text Example
White with #65EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EACA; }
p { color: rgb(101,234,202); }
H1.HeaderClassName
{
color: #65EACA;
}
.AnyTagClassName
{
color: #65EACA;
}
</style>
background-color css
<style>
a { background-color: #65EACA; }
a { background-color: rgb(101,234,202); }
div.DivClassName
{
background-color: #65EACA;
}
.BgClassName
{
background-color: #65EACA;
}
</style>
border-color css
<style>
span { border-color: #65EACA; }
span { border-color: rgb(101,234,202); }
td.TdClassName
{
border-color: #65EACA;
}
.TagClassName
{
border-color: #65EACA;
}
</style>