Shades of Downy #65EAC6
Tints of Downy #65EAC6
RGB
CMYK
RGB Variations
Color information
#65EAC6 (or 0x65EAC6) is known color: Downy. HEX triplet: 65, EA and C6. RGB value is (101,234,198). Sum of RGB (Red+Green+Blue) = 101+234+198=533 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.95% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #65EAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EAC6 is #9A1539. Grayscale: #BEBEBE. Windows color (decimal): -10097978 or 13036133. OLE color: 13036133.
HSL color Cylindrical-coordinate representation of color #65EAC6: hue angle of 163.76º 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 #65EAC6 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 234 | 198 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.08 |
| HSL | 163.76º | 0.76% | 0.66% | - |
| HSV(B) | 163.76º | 0.57% | 0.92% | - |
| XYZ | 44.98 | 65.69 | 63.73 | - |
| YUV | 190.13 | 132.44 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 234 | 198 | 0.57 | 0 | 0.15 | 0.08 | 163.76 | 0.76 | 0.66 |
| Hex | 65 | EA | C6 | 39 | 0 | F | 8 | A4 | 4C | 42 |
| Octal | 145 | 352 | 306 | 71 | 0 | 17 | 10 | 244 | 114 | 102 |
| Binary | 1100101 | 11101010 | 11000110 | 111001 | 0 | 1111 | 1000 | 10100100 | 1001100 | 1000010 |
Color Harmonies of #65EAC6
Complementary color
Monochromatic Colors of #65EAC6
Black with #65EAC6
Text Example
Text Example
White with #65EAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EAC6; }
p { color: rgb(101,234,198); }
H1.HeaderClassName
{
color: #65EAC6;
}
.AnyTagClassName
{
color: #65EAC6;
}
</style>
background-color css
<style>
a { background-color: #65EAC6; }
a { background-color: rgb(101,234,198); }
div.DivClassName
{
background-color: #65EAC6;
}
.BgClassName
{
background-color: #65EAC6;
}
</style>
border-color css
<style>
span { border-color: #65EAC6; }
span { border-color: rgb(101,234,198); }
td.TdClassName
{
border-color: #65EAC6;
}
.TagClassName
{
border-color: #65EAC6;
}
</style>