Shades of Downy #65E4C4
Tints of Downy #65E4C4
RGB
CMYK
RGB Variations
Color information
#65E4C4 (or 0x65E4C4) is known color: Downy. HEX triplet: 65, E4 and C4. RGB value is (101,228,196). Sum of RGB (Red+Green+Blue) = 101+228+196=525 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.24% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #65E4C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E4C4 is #9A1B3B. Grayscale: #BABABA. Windows color (decimal): -10099516 or 12903525. OLE color: 12903525.
HSL color Cylindrical-coordinate representation of color #65E4C4: hue angle of 164.88º 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 #65E4C4 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 228 | 196 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.11 |
| HSL | 164.88º | 0.7% | 0.65% | - |
| HSV(B) | 164.88º | 0.56% | 0.89% | - |
| XYZ | 43.07 | 62.24 | 61.97 | - |
| YUV | 186.38 | 133.42 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 228 | 196 | 0.56 | 0 | 0.14 | 0.11 | 164.88 | 0.7 | 0.65 |
| Hex | 65 | E4 | C4 | 38 | 0 | E | B | A5 | 46 | 41 |
| Octal | 145 | 344 | 304 | 70 | 0 | 16 | 13 | 245 | 106 | 101 |
| Binary | 1100101 | 11100100 | 11000100 | 111000 | 0 | 1110 | 1011 | 10100101 | 1000110 | 1000001 |
Color Harmonies of #65E4C4
Complementary color
Monochromatic Colors of #65E4C4
Black with #65E4C4
Text Example
Text Example
White with #65E4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E4C4; }
p { color: rgb(101,228,196); }
H1.HeaderClassName
{
color: #65E4C4;
}
.AnyTagClassName
{
color: #65E4C4;
}
</style>
background-color css
<style>
a { background-color: #65E4C4; }
a { background-color: rgb(101,228,196); }
div.DivClassName
{
background-color: #65E4C4;
}
.BgClassName
{
background-color: #65E4C4;
}
</style>
border-color css
<style>
span { border-color: #65E4C4; }
span { border-color: rgb(101,228,196); }
td.TdClassName
{
border-color: #65E4C4;
}
.TagClassName
{
border-color: #65E4C4;
}
</style>