Shades of Downy #64CCBF
Tints of Downy #64CCBF
RGB
CMYK
RGB Variations
Color information
#64CCBF (or 0x64CCBF) is known color: Downy. HEX triplet: 64, CC and BF. RGB value is (100,204,191). Sum of RGB (Red+Green+Blue) = 100+204+191=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #64CCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CCBF is #9B3340. Grayscale: #ABABAB. Windows color (decimal): -10171201 or 12569700. OLE color: 12569700.
HSL color Cylindrical-coordinate representation of color #64CCBF: hue angle of 172.5º 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 #64CCBF is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 191 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.2 |
| HSL | 172.5º | 0.5% | 0.6% | - |
| HSV(B) | 172.5º | 0.51% | 0.8% | - |
| XYZ | 36.25 | 49.66 | 56.96 | - |
| YUV | 171.42 | 139.04 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 191 | 0.51 | 0 | 0.06 | 0.2 | 172.5 | 0.5 | 0.6 |
| Hex | 64 | CC | BF | 33 | 0 | 6 | 14 | AC | 32 | 3C |
| Octal | 144 | 314 | 277 | 63 | 0 | 6 | 24 | 254 | 62 | 74 |
| Binary | 1100100 | 11001100 | 10111111 | 110011 | 0 | 110 | 10100 | 10101100 | 110010 | 111100 |
Color Harmonies of #64CCBF
Complementary color
Monochromatic Colors of #64CCBF
Black with #64CCBF
Text Example
Text Example
White with #64CCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CCBF; }
p { color: rgb(100,204,191); }
H1.HeaderClassName
{
color: #64CCBF;
}
.AnyTagClassName
{
color: #64CCBF;
}
</style>
background-color css
<style>
a { background-color: #64CCBF; }
a { background-color: rgb(100,204,191); }
div.DivClassName
{
background-color: #64CCBF;
}
.BgClassName
{
background-color: #64CCBF;
}
</style>
border-color css
<style>
span { border-color: #64CCBF; }
span { border-color: rgb(100,204,191); }
td.TdClassName
{
border-color: #64CCBF;
}
.TagClassName
{
border-color: #64CCBF;
}
</style>