Shades of Downy #65E2C8
Tints of Downy #65E2C8
RGB
CMYK
RGB Variations
Color information
#65E2C8 (or 0x65E2C8) is known color: Downy. HEX triplet: 65, E2 and C8. RGB value is (101,226,200). Sum of RGB (Red+Green+Blue) = 101+226+200=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 226 - color contains mainly: green. Hex color #65E2C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E2C8 is #9A1D37. Grayscale: #B9B9B9. Windows color (decimal): -10100024 or 13165157. OLE color: 13165157.
HSL color Cylindrical-coordinate representation of color #65E2C8: hue angle of 167.52º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E2C8 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 226 | 200 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.11 |
| HSL | 167.52º | 0.68% | 0.64% | - |
| HSV(B) | 167.52º | 0.55% | 0.89% | - |
| XYZ | 42.99 | 61.33 | 64.22 | - |
| YUV | 185.66 | 136.09 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 226 | 200 | 0.55 | 0 | 0.12 | 0.11 | 167.52 | 0.68 | 0.64 |
| Hex | 65 | E2 | C8 | 37 | 0 | C | B | A8 | 44 | 40 |
| Octal | 145 | 342 | 310 | 67 | 0 | 14 | 13 | 250 | 104 | 100 |
| Binary | 1100101 | 11100010 | 11001000 | 110111 | 0 | 1100 | 1011 | 10101000 | 1000100 | 1000000 |
Color Harmonies of #65E2C8
Complementary color
Monochromatic Colors of #65E2C8
Black with #65E2C8
Text Example
Text Example
White with #65E2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E2C8; }
p { color: rgb(101,226,200); }
H1.HeaderClassName
{
color: #65E2C8;
}
.AnyTagClassName
{
color: #65E2C8;
}
</style>
background-color css
<style>
a { background-color: #65E2C8; }
a { background-color: rgb(101,226,200); }
div.DivClassName
{
background-color: #65E2C8;
}
.BgClassName
{
background-color: #65E2C8;
}
</style>
border-color css
<style>
span { border-color: #65E2C8; }
span { border-color: rgb(101,226,200); }
td.TdClassName
{
border-color: #65E2C8;
}
.TagClassName
{
border-color: #65E2C8;
}
</style>