Shades of Downy #65EEC1
Tints of Downy #65EEC1
RGB
CMYK
RGB Variations
Color information
#65EEC1 (or 0x65EEC1) is known color: Downy. HEX triplet: 65, EE and C1. RGB value is (101,238,193). Sum of RGB (Red+Green+Blue) = 101+238+193=532 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.98% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 238 - color contains mainly: green. Hex color #65EEC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EEC1 is #9A113E. Grayscale: #BFBFBF. Windows color (decimal): -10096959 or 12709477. OLE color: 12709477.
HSL color Cylindrical-coordinate representation of color #65EEC1: hue angle of 160.29º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EEC1 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 238 | 193 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.07 |
| HSL | 160.29º | 0.8% | 0.66% | - |
| HSV(B) | 160.29º | 0.58% | 0.93% | - |
| XYZ | 45.57 | 67.77 | 61.13 | - |
| YUV | 191.91 | 128.61 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 238 | 193 | 0.58 | 0 | 0.19 | 0.07 | 160.29 | 0.8 | 0.66 |
| Hex | 65 | EE | C1 | 3A | 0 | 13 | 7 | A0 | 50 | 42 |
| Octal | 145 | 356 | 301 | 72 | 0 | 23 | 7 | 240 | 120 | 102 |
| Binary | 1100101 | 11101110 | 11000001 | 111010 | 0 | 10011 | 111 | 10100000 | 1010000 | 1000010 |
Color Harmonies of #65EEC1
Complementary color
Monochromatic Colors of #65EEC1
Black with #65EEC1
Text Example
Text Example
White with #65EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EEC1; }
p { color: rgb(101,238,193); }
H1.HeaderClassName
{
color: #65EEC1;
}
.AnyTagClassName
{
color: #65EEC1;
}
</style>
background-color css
<style>
a { background-color: #65EEC1; }
a { background-color: rgb(101,238,193); }
div.DivClassName
{
background-color: #65EEC1;
}
.BgClassName
{
background-color: #65EEC1;
}
</style>
border-color css
<style>
span { border-color: #65EEC1; }
span { border-color: rgb(101,238,193); }
td.TdClassName
{
border-color: #65EEC1;
}
.TagClassName
{
border-color: #65EEC1;
}
</style>