Shades of Downy #64CCBE
Tints of Downy #64CCBE
RGB
CMYK
RGB Variations
Color information
#64CCBE (or 0x64CCBE) is known color: Downy. HEX triplet: 64, CC and BE. RGB value is (100,204,190). Sum of RGB (Red+Green+Blue) = 100+204+190=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #64CCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CCBE is #9B3341. Grayscale: #ABABAB. Windows color (decimal): -10171202 or 12504164. OLE color: 12504164.
HSL color Cylindrical-coordinate representation of color #64CCBE: hue angle of 171.92º 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 #64CCBE is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 190 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.2 |
| HSL | 171.92º | 0.5% | 0.6% | - |
| HSV(B) | 171.92º | 0.51% | 0.8% | - |
| XYZ | 36.14 | 49.61 | 56.39 | - |
| YUV | 171.31 | 138.54 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 190 | 0.51 | 0 | 0.07 | 0.2 | 171.92 | 0.5 | 0.6 |
| Hex | 64 | CC | BE | 33 | 0 | 7 | 14 | AC | 32 | 3C |
| Octal | 144 | 314 | 276 | 63 | 0 | 7 | 24 | 254 | 62 | 74 |
| Binary | 1100100 | 11001100 | 10111110 | 110011 | 0 | 111 | 10100 | 10101100 | 110010 | 111100 |
Color Harmonies of #64CCBE
Complementary color
Monochromatic Colors of #64CCBE
Black with #64CCBE
Text Example
Text Example
White with #64CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CCBE; }
p { color: rgb(100,204,190); }
H1.HeaderClassName
{
color: #64CCBE;
}
.AnyTagClassName
{
color: #64CCBE;
}
</style>
background-color css
<style>
a { background-color: #64CCBE; }
a { background-color: rgb(100,204,190); }
div.DivClassName
{
background-color: #64CCBE;
}
.BgClassName
{
background-color: #64CCBE;
}
</style>
border-color css
<style>
span { border-color: #64CCBE; }
span { border-color: rgb(100,204,190); }
td.TdClassName
{
border-color: #64CCBE;
}
.TagClassName
{
border-color: #64CCBE;
}
</style>