Shades of Medium Aquamarine #64CBAB
Tints of Medium Aquamarine #64CBAB
RGB
CMYK
RGB Variations
Color information
#64CBAB (or 0x64CBAB) is known color: Medium Aquamarine. HEX triplet: 64, CB and AB. RGB value is (100,203,171). Sum of RGB (Red+Green+Blue) = 100+203+171=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #64CBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CBAB is #9B3454. Grayscale: #A8A8A8. Windows color (decimal): -10171477 or 11258724. OLE color: 11258724.
HSL color Cylindrical-coordinate representation of color #64CBAB: hue angle of 161.36º 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 #64CBAB is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 203 | 171 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.20 |
| HSL | 161.36º | 0.5% | 0.59% | - |
| HSV(B) | 161.36º | 0.51% | 0.8% | - |
| XYZ | 33.96 | 48.36 | 46.07 | - |
| YUV | 168.56 | 129.38 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 171 | 0.51 | 0 | 0.16 | 0.20 | 161.36 | 0.5 | 0.59 |
| Hex | 64 | CB | AB | 33 | 0 | 10 | 14 | A1 | 32 | 3B |
| Octal | 144 | 313 | 253 | 63 | 0 | 20 | 24 | 241 | 62 | 73 |
| Binary | 1100100 | 11001011 | 10101011 | 110011 | 0 | 10000 | 10100 | 10100001 | 110010 | 111011 |
Color Harmonies of #64CBAB
Complementary color
Monochromatic Colors of #64CBAB
Black with #64CBAB
Text Example
Text Example
White with #64CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CBAB; }
p { color: rgb(100,203,171); }
H1.HeaderClassName
{
color: #64CBAB;
}
.AnyTagClassName
{
color: #64CBAB;
}
</style>
background-color css
<style>
a { background-color: #64CBAB; }
a { background-color: rgb(100,203,171); }
div.DivClassName
{
background-color: #64CBAB;
}
.BgClassName
{
background-color: #64CBAB;
}
</style>
border-color css
<style>
span { border-color: #64CBAB; }
span { border-color: rgb(100,203,171); }
td.TdClassName
{
border-color: #64CBAB;
}
.TagClassName
{
border-color: #64CBAB;
}
</style>