Shades of Downy #64EEC1
Tints of Downy #64EEC1
RGB
CMYK
RGB Variations
Color information
#64EEC1 (or 0x64EEC1) is known color: Downy. HEX triplet: 64, EE and C1. RGB value is (100,238,193). Sum of RGB (Red+Green+Blue) = 100+238+193=531 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.83% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #64EEC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EEC1 is #9B113E. Grayscale: #BFBFBF. Windows color (decimal): -10162495 or 12709476. OLE color: 12709476.
HSL color Cylindrical-coordinate representation of color #64EEC1: hue angle of 160.43º 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 #64EEC1 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 238 | 193 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.07 |
| HSL | 160.43º | 0.8% | 0.66% | - |
| HSV(B) | 160.43º | 0.58% | 0.93% | - |
| XYZ | 45.46 | 67.71 | 61.13 | - |
| YUV | 191.61 | 128.78 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 193 | 0.58 | 0 | 0.19 | 0.07 | 160.43 | 0.8 | 0.66 |
| Hex | 64 | EE | C1 | 3A | 0 | 13 | 7 | A0 | 50 | 42 |
| Octal | 144 | 356 | 301 | 72 | 0 | 23 | 7 | 240 | 120 | 102 |
| Binary | 1100100 | 11101110 | 11000001 | 111010 | 0 | 10011 | 111 | 10100000 | 1010000 | 1000010 |
Color Harmonies of #64EEC1
Complementary color
Monochromatic Colors of #64EEC1
Black with #64EEC1
Text Example
Text Example
White with #64EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EEC1; }
p { color: rgb(100,238,193); }
H1.HeaderClassName
{
color: #64EEC1;
}
.AnyTagClassName
{
color: #64EEC1;
}
</style>
background-color css
<style>
a { background-color: #64EEC1; }
a { background-color: rgb(100,238,193); }
div.DivClassName
{
background-color: #64EEC1;
}
.BgClassName
{
background-color: #64EEC1;
}
</style>
border-color css
<style>
span { border-color: #64EEC1; }
span { border-color: rgb(100,238,193); }
td.TdClassName
{
border-color: #64EEC1;
}
.TagClassName
{
border-color: #64EEC1;
}
</style>