Shades of Aquamarine #64FBC2
Tints of Aquamarine #64FBC2
RGB
CMYK
RGB Variations
Color information
#64FBC2 (or 0x64FBC2) is known color: Aquamarine. HEX triplet: 64, FB and C2. RGB value is (100,251,194). Sum of RGB (Red+Green+Blue) = 100+251+194=545 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.35% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #64FBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FBC2 is #9B043D. Grayscale: #C7C7C7. Windows color (decimal): -10159166 or 12778340. OLE color: 12778340.
HSL color Cylindrical-coordinate representation of color #64FBC2: hue angle of 157.35º 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 #64FBC2 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 251 | 194 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.02 |
| HSL | 157.35º | 0.95% | 0.69% | - |
| HSV(B) | 157.35º | 0.6% | 0.98% | - |
| XYZ | 49.49 | 75.6 | 63.02 | - |
| YUV | 199.35 | 124.97 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 251 | 194 | 0.60 | 0 | 0.23 | 0.02 | 157.35 | 0.95 | 0.69 |
| Hex | 64 | FB | C2 | 3C | 0 | 17 | 2 | 9D | 5F | 45 |
| Octal | 144 | 373 | 302 | 74 | 0 | 27 | 2 | 235 | 137 | 105 |
| Binary | 1100100 | 11111011 | 11000010 | 111100 | 0 | 10111 | 10 | 10011101 | 1011111 | 1000101 |
Color Harmonies of #64FBC2
Complementary color
Monochromatic Colors of #64FBC2
Black with #64FBC2
Text Example
Text Example
White with #64FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FBC2; }
p { color: rgb(100,251,194); }
H1.HeaderClassName
{
color: #64FBC2;
}
.AnyTagClassName
{
color: #64FBC2;
}
</style>
background-color css
<style>
a { background-color: #64FBC2; }
a { background-color: rgb(100,251,194); }
div.DivClassName
{
background-color: #64FBC2;
}
.BgClassName
{
background-color: #64FBC2;
}
</style>
border-color css
<style>
span { border-color: #64FBC2; }
span { border-color: rgb(100,251,194); }
td.TdClassName
{
border-color: #64FBC2;
}
.TagClassName
{
border-color: #64FBC2;
}
</style>