Shades of Aquamarine #6EFAB4
Tints of Aquamarine #6EFAB4
RGB
CMYK
RGB Variations
Color information
#6EFAB4 (or 0x6EFAB4) is known color: Aquamarine. HEX triplet: 6E, FA and B4. RGB value is (110,250,180). Sum of RGB (Red+Green+Blue) = 110+250+180=540 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.37% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #6EFAB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFAB4 is #91054B. Grayscale: #C8C8C8. Windows color (decimal): -9504076 or 11860590. OLE color: 11860590.
HSL color Cylindrical-coordinate representation of color #6EFAB4: hue angle of 150º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EFAB4 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 250 | 180 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.02 |
| HSL | 150º | 0.93% | 0.71% | - |
| HSV(B) | 150º | 0.56% | 0.98% | - |
| XYZ | 48.85 | 74.98 | 55.08 | - |
| YUV | 200.16 | 116.62 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 250 | 180 | 0.56 | 0 | 0.28 | 0.02 | 150 | 0.93 | 0.71 |
| Hex | 6E | FA | B4 | 38 | 0 | 1C | 2 | 96 | 5D | 47 |
| Octal | 156 | 372 | 264 | 70 | 0 | 34 | 2 | 226 | 135 | 107 |
| Binary | 1101110 | 11111010 | 10110100 | 111000 | 0 | 11100 | 10 | 10010110 | 1011101 | 1000111 |
Color Harmonies of #6EFAB4
Complementary color
Monochromatic Colors of #6EFAB4
Black with #6EFAB4
Text Example
Text Example
White with #6EFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFAB4; }
p { color: rgb(110,250,180); }
H1.HeaderClassName
{
color: #6EFAB4;
}
.AnyTagClassName
{
color: #6EFAB4;
}
</style>
background-color css
<style>
a { background-color: #6EFAB4; }
a { background-color: rgb(110,250,180); }
div.DivClassName
{
background-color: #6EFAB4;
}
.BgClassName
{
background-color: #6EFAB4;
}
</style>
border-color css
<style>
span { border-color: #6EFAB4; }
span { border-color: rgb(110,250,180); }
td.TdClassName
{
border-color: #6EFAB4;
}
.TagClassName
{
border-color: #6EFAB4;
}
</style>