Shades of Aquamarine #64FBE2
Tints of Aquamarine #64FBE2
RGB
CMYK
RGB Variations
Color information
#64FBE2 (or 0x64FBE2) is known color: Aquamarine. HEX triplet: 64, FB and E2. RGB value is (100,251,226). Sum of RGB (Red+Green+Blue) = 100+251+226=577 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.33% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 226 (88.67% from 255 or 39.17% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #64FBE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FBE2 is #9B041D. Grayscale: #CACACA. Windows color (decimal): -10159134 or 14875492. OLE color: 14875492.
HSL color Cylindrical-coordinate representation of color #64FBE2: hue angle of 170.07º 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 #64FBE2 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 251 | 226 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.02 |
| HSL | 170.07º | 0.95% | 0.69% | - |
| HSV(B) | 170.07º | 0.6% | 0.98% | - |
| XYZ | 53.48 | 77.19 | 84.03 | - |
| YUV | 203 | 140.97 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 251 | 226 | 0.60 | 0 | 0.10 | 0.02 | 170.07 | 0.95 | 0.69 |
| Hex | 64 | FB | E2 | 3C | 0 | A | 2 | AA | 5F | 45 |
| Octal | 144 | 373 | 342 | 74 | 0 | 12 | 2 | 252 | 137 | 105 |
| Binary | 1100100 | 11111011 | 11100010 | 111100 | 0 | 1010 | 10 | 10101010 | 1011111 | 1000101 |
Color Harmonies of #64FBE2
Complementary color
Monochromatic Colors of #64FBE2
Black with #64FBE2
Text Example
Text Example
White with #64FBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FBE2; }
p { color: rgb(100,251,226); }
H1.HeaderClassName
{
color: #64FBE2;
}
.AnyTagClassName
{
color: #64FBE2;
}
</style>
background-color css
<style>
a { background-color: #64FBE2; }
a { background-color: rgb(100,251,226); }
div.DivClassName
{
background-color: #64FBE2;
}
.BgClassName
{
background-color: #64FBE2;
}
</style>
border-color css
<style>
span { border-color: #64FBE2; }
span { border-color: rgb(100,251,226); }
td.TdClassName
{
border-color: #64FBE2;
}
.TagClassName
{
border-color: #64FBE2;
}
</style>