Shades of Aquamarine #64FAB2
Tints of Aquamarine #64FAB2
RGB
CMYK
RGB Variations
Color information
#64FAB2 (or 0x64FAB2) is known color: Aquamarine. HEX triplet: 64, FA and B2. RGB value is (100,250,178). Sum of RGB (Red+Green+Blue) = 100+250+178=528 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.94% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FAB2 is #9B054D. Grayscale: #C5C5C5. Windows color (decimal): -10159438 or 11729508. OLE color: 11729508.
HSL color Cylindrical-coordinate representation of color #64FAB2: hue angle of 151.2º degrees, saturation: 0.94, 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 #64FAB2 is Cyan = 0.6, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 178 | - |
| CMYK | 0.6 | 0 | 0.29 | 0.02 |
| HSL | 151.2º | 0.94% | 0.69% | - |
| HSV(B) | 151.2º | 0.6% | 0.98% | - |
| XYZ | 47.48 | 74.29 | 53.96 | - |
| YUV | 196.94 | 117.31 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 178 | 0.6 | 0 | 0.29 | 0.02 | 151.2 | 0.94 | 0.69 |
| Hex | 64 | FA | B2 | 3C | 0 | 1D | 2 | 97 | 5E | 45 |
| Octal | 144 | 372 | 262 | 74 | 0 | 35 | 2 | 227 | 136 | 105 |
| Binary | 1100100 | 11111010 | 10110010 | 111100 | 0 | 11101 | 10 | 10010111 | 1011110 | 1000101 |
Color Harmonies of #64FAB2
Complementary color
Monochromatic Colors of #64FAB2
Black with #64FAB2
Text Example
Text Example
White with #64FAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FAB2; }
p { color: rgb(100,250,178); }
H1.HeaderClassName
{
color: #64FAB2;
}
.AnyTagClassName
{
color: #64FAB2;
}
</style>
background-color css
<style>
a { background-color: #64FAB2; }
a { background-color: rgb(100,250,178); }
div.DivClassName
{
background-color: #64FAB2;
}
.BgClassName
{
background-color: #64FAB2;
}
</style>
border-color css
<style>
span { border-color: #64FAB2; }
span { border-color: rgb(100,250,178); }
td.TdClassName
{
border-color: #64FAB2;
}
.TagClassName
{
border-color: #64FAB2;
}
</style>