Shades of Downy #64CBBF
Tints of Downy #64CBBF
RGB
CMYK
RGB Variations
Color information
#64CBBF (or 0x64CBBF) is known color: Downy. HEX triplet: 64, CB and BF. RGB value is (100,203,191). Sum of RGB (Red+Green+Blue) = 100+203+191=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 203 - color contains mainly: green. Hex color #64CBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CBBF is #9B3440. Grayscale: #AAAAAA. Windows color (decimal): -10171457 or 12569444. OLE color: 12569444.
HSL color Cylindrical-coordinate representation of color #64CBBF: hue angle of 173.01º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CBBF is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 203 | 191 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.20 |
| HSL | 173.01º | 0.5% | 0.59% | - |
| HSV(B) | 173.01º | 0.51% | 0.8% | - |
| XYZ | 36.02 | 49.18 | 56.89 | - |
| YUV | 170.84 | 139.38 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 191 | 0.51 | 0 | 0.06 | 0.20 | 173.01 | 0.5 | 0.59 |
| Hex | 64 | CB | BF | 33 | 0 | 6 | 14 | AD | 32 | 3B |
| Octal | 144 | 313 | 277 | 63 | 0 | 6 | 24 | 255 | 62 | 73 |
| Binary | 1100100 | 11001011 | 10111111 | 110011 | 0 | 110 | 10100 | 10101101 | 110010 | 111011 |
Color Harmonies of #64CBBF
Complementary color
Monochromatic Colors of #64CBBF
Black with #64CBBF
Text Example
Text Example
White with #64CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CBBF; }
p { color: rgb(100,203,191); }
H1.HeaderClassName
{
color: #64CBBF;
}
.AnyTagClassName
{
color: #64CBBF;
}
</style>
background-color css
<style>
a { background-color: #64CBBF; }
a { background-color: rgb(100,203,191); }
div.DivClassName
{
background-color: #64CBBF;
}
.BgClassName
{
background-color: #64CBBF;
}
</style>
border-color css
<style>
span { border-color: #64CBBF; }
span { border-color: rgb(100,203,191); }
td.TdClassName
{
border-color: #64CBBF;
}
.TagClassName
{
border-color: #64CBBF;
}
</style>