Shades of Downy #64CCC1
Tints of Downy #64CCC1
RGB
CMYK
RGB Variations
Color information
#64CCC1 (or 0x64CCC1) is known color: Downy. HEX triplet: 64, CC and C1. RGB value is (100,204,193). Sum of RGB (Red+Green+Blue) = 100+204+193=497 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.12% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #64CCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CCC1 is #9B333E. Grayscale: #ABABAB. Windows color (decimal): -10171199 or 12700772. OLE color: 12700772.
HSL color Cylindrical-coordinate representation of color #64CCC1: hue angle of 173.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CCC1 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 193 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.2 |
| HSL | 173.65º | 0.5% | 0.6% | - |
| HSV(B) | 173.65º | 0.51% | 0.8% | - |
| XYZ | 36.47 | 49.75 | 58.13 | - |
| YUV | 171.65 | 140.04 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 193 | 0.51 | 0 | 0.05 | 0.2 | 173.65 | 0.5 | 0.6 |
| Hex | 64 | CC | C1 | 33 | 0 | 5 | 14 | AE | 32 | 3C |
| Octal | 144 | 314 | 301 | 63 | 0 | 5 | 24 | 256 | 62 | 74 |
| Binary | 1100100 | 11001100 | 11000001 | 110011 | 0 | 101 | 10100 | 10101110 | 110010 | 111100 |
Color Harmonies of #64CCC1
Complementary color
Monochromatic Colors of #64CCC1
Black with #64CCC1
Text Example
Text Example
White with #64CCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CCC1; }
p { color: rgb(100,204,193); }
H1.HeaderClassName
{
color: #64CCC1;
}
.AnyTagClassName
{
color: #64CCC1;
}
</style>
background-color css
<style>
a { background-color: #64CCC1; }
a { background-color: rgb(100,204,193); }
div.DivClassName
{
background-color: #64CCC1;
}
.BgClassName
{
background-color: #64CCC1;
}
</style>
border-color css
<style>
span { border-color: #64CCC1; }
span { border-color: rgb(100,204,193); }
td.TdClassName
{
border-color: #64CCC1;
}
.TagClassName
{
border-color: #64CCC1;
}
</style>