Shades of Aquamarine #64FBC9
Tints of Aquamarine #64FBC9
RGB
CMYK
RGB Variations
Color information
#64FBC9 (or 0x64FBC9) is known color: Aquamarine. HEX triplet: 64, FB and C9. RGB value is (100,251,201). Sum of RGB (Red+Green+Blue) = 100+251+201=552 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.12% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #64FBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FBC9 is #9B0436. Grayscale: #C8C8C8. Windows color (decimal): -10159159 or 13237092. OLE color: 13237092.
HSL color Cylindrical-coordinate representation of color #64FBC9: hue angle of 160.13º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FBC9 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 251 | 201 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.02 |
| HSL | 160.13º | 0.95% | 0.69% | - |
| HSV(B) | 160.13º | 0.6% | 0.98% | - |
| XYZ | 50.3 | 75.92 | 67.26 | - |
| YUV | 200.15 | 128.47 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 251 | 201 | 0.60 | 0 | 0.20 | 0.02 | 160.13 | 0.95 | 0.69 |
| Hex | 64 | FB | C9 | 3C | 0 | 14 | 2 | A0 | 5F | 45 |
| Octal | 144 | 373 | 311 | 74 | 0 | 24 | 2 | 240 | 137 | 105 |
| Binary | 1100100 | 11111011 | 11001001 | 111100 | 0 | 10100 | 10 | 10100000 | 1011111 | 1000101 |
Color Harmonies of #64FBC9
Complementary color
Monochromatic Colors of #64FBC9
Black with #64FBC9
Text Example
Text Example
White with #64FBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FBC9; }
p { color: rgb(100,251,201); }
H1.HeaderClassName
{
color: #64FBC9;
}
.AnyTagClassName
{
color: #64FBC9;
}
</style>
background-color css
<style>
a { background-color: #64FBC9; }
a { background-color: rgb(100,251,201); }
div.DivClassName
{
background-color: #64FBC9;
}
.BgClassName
{
background-color: #64FBC9;
}
</style>
border-color css
<style>
span { border-color: #64FBC9; }
span { border-color: rgb(100,251,201); }
td.TdClassName
{
border-color: #64FBC9;
}
.TagClassName
{
border-color: #64FBC9;
}
</style>