Shades of Downy #64C1B5
Tints of Downy #64C1B5
RGB
CMYK
RGB Variations
Color information
#64C1B5 (or 0x64C1B5) is known color: Downy. HEX triplet: 64, C1 and B5. RGB value is (100,193,181). Sum of RGB (Red+Green+Blue) = 100+193+181=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #64C1B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C1B5 is #9B3E4A. Grayscale: #A3A3A3. Windows color (decimal): -10174027 or 11911524. OLE color: 11911524.
HSL color Cylindrical-coordinate representation of color #64C1B5: hue angle of 172.26º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C1B5 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 193 | 181 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.24 |
| HSL | 172.26º | 0.43% | 0.57% | - |
| HSV(B) | 172.26º | 0.48% | 0.76% | - |
| XYZ | 32.67 | 44.19 | 50.52 | - |
| YUV | 163.83 | 137.69 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 193 | 181 | 0.48 | 0 | 0.06 | 0.24 | 172.26 | 0.43 | 0.57 |
| Hex | 64 | C1 | B5 | 30 | 0 | 6 | 18 | AC | 2B | 39 |
| Octal | 144 | 301 | 265 | 60 | 0 | 6 | 30 | 254 | 53 | 71 |
| Binary | 1100100 | 11000001 | 10110101 | 110000 | 0 | 110 | 11000 | 10101100 | 101011 | 111001 |
Color Harmonies of #64C1B5
Complementary color
Monochromatic Colors of #64C1B5
Black with #64C1B5
Text Example
Text Example
White with #64C1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C1B5; }
p { color: rgb(100,193,181); }
H1.HeaderClassName
{
color: #64C1B5;
}
.AnyTagClassName
{
color: #64C1B5;
}
</style>
background-color css
<style>
a { background-color: #64C1B5; }
a { background-color: rgb(100,193,181); }
div.DivClassName
{
background-color: #64C1B5;
}
.BgClassName
{
background-color: #64C1B5;
}
</style>
border-color css
<style>
span { border-color: #64C1B5; }
span { border-color: rgb(100,193,181); }
td.TdClassName
{
border-color: #64C1B5;
}
.TagClassName
{
border-color: #64C1B5;
}
</style>