Shades of Downy #65E2C4
Tints of Downy #65E2C4
RGB
CMYK
RGB Variations
Color information
#65E2C4 (or 0x65E2C4) is known color: Downy. HEX triplet: 65, E2 and C4. RGB value is (101,226,196). Sum of RGB (Red+Green+Blue) = 101+226+196=523 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.31% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 226 - color contains mainly: green. Hex color #65E2C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E2C4 is #9A1D3B. Grayscale: #B9B9B9. Windows color (decimal): -10100028 or 12903013. OLE color: 12903013.
HSL color Cylindrical-coordinate representation of color #65E2C4: hue angle of 165.6º 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 #65E2C4 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 226 | 196 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.11 |
| HSL | 165.6º | 0.68% | 0.64% | - |
| HSV(B) | 165.6º | 0.55% | 0.89% | - |
| XYZ | 42.53 | 61.14 | 61.79 | - |
| YUV | 185.21 | 134.09 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 226 | 196 | 0.55 | 0 | 0.13 | 0.11 | 165.6 | 0.68 | 0.64 |
| Hex | 65 | E2 | C4 | 37 | 0 | D | B | A6 | 44 | 40 |
| Octal | 145 | 342 | 304 | 67 | 0 | 15 | 13 | 246 | 104 | 100 |
| Binary | 1100101 | 11100010 | 11000100 | 110111 | 0 | 1101 | 1011 | 10100110 | 1000100 | 1000000 |
Color Harmonies of #65E2C4
Complementary color
Monochromatic Colors of #65E2C4
Black with #65E2C4
Text Example
Text Example
White with #65E2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E2C4; }
p { color: rgb(101,226,196); }
H1.HeaderClassName
{
color: #65E2C4;
}
.AnyTagClassName
{
color: #65E2C4;
}
</style>
background-color css
<style>
a { background-color: #65E2C4; }
a { background-color: rgb(101,226,196); }
div.DivClassName
{
background-color: #65E2C4;
}
.BgClassName
{
background-color: #65E2C4;
}
</style>
border-color css
<style>
span { border-color: #65E2C4; }
span { border-color: rgb(101,226,196); }
td.TdClassName
{
border-color: #65E2C4;
}
.TagClassName
{
border-color: #65E2C4;
}
</style>