Shades of Downy #65E5C4
Tints of Downy #65E5C4
RGB
CMYK
RGB Variations
Color information
#65E5C4 (or 0x65E5C4) is known color: Downy. HEX triplet: 65, E5 and C4. RGB value is (101,229,196). Sum of RGB (Red+Green+Blue) = 101+229+196=526 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.20% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 229 - color contains mainly: green. Hex color #65E5C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E5C4 is #9A1A3B. Grayscale: #BABABA. Windows color (decimal): -10099260 or 12903781. OLE color: 12903781.
HSL color Cylindrical-coordinate representation of color #65E5C4: hue angle of 164.53º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E5C4 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 229 | 196 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.10 |
| HSL | 164.53º | 0.71% | 0.65% | - |
| HSV(B) | 164.53º | 0.56% | 0.9% | - |
| XYZ | 43.35 | 62.79 | 62.06 | - |
| YUV | 186.97 | 133.09 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 229 | 196 | 0.56 | 0 | 0.14 | 0.10 | 164.53 | 0.71 | 0.65 |
| Hex | 65 | E5 | C4 | 38 | 0 | E | A | A5 | 47 | 41 |
| Octal | 145 | 345 | 304 | 70 | 0 | 16 | 12 | 245 | 107 | 101 |
| Binary | 1100101 | 11100101 | 11000100 | 111000 | 0 | 1110 | 1010 | 10100101 | 1000111 | 1000001 |
Color Harmonies of #65E5C4
Complementary color
Monochromatic Colors of #65E5C4
Black with #65E5C4
Text Example
Text Example
White with #65E5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E5C4; }
p { color: rgb(101,229,196); }
H1.HeaderClassName
{
color: #65E5C4;
}
.AnyTagClassName
{
color: #65E5C4;
}
</style>
background-color css
<style>
a { background-color: #65E5C4; }
a { background-color: rgb(101,229,196); }
div.DivClassName
{
background-color: #65E5C4;
}
.BgClassName
{
background-color: #65E5C4;
}
</style>
border-color css
<style>
span { border-color: #65E5C4; }
span { border-color: rgb(101,229,196); }
td.TdClassName
{
border-color: #65E5C4;
}
.TagClassName
{
border-color: #65E5C4;
}
</style>