Shades of Aquamarine #6EFFB8
Tints of Aquamarine #6EFFB8
RGB
CMYK
RGB Variations
Color information
#6EFFB8 (or 0x6EFFB8) is known color: Aquamarine. HEX triplet: 6E, FF and B8. RGB value is (110,255,184). Sum of RGB (Red+Green+Blue) = 110+255+184=549 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.04% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFB8 is #910047. Grayscale: #CBCBCB. Windows color (decimal): -9502792 or 12124014. OLE color: 12124014.
HSL color Cylindrical-coordinate representation of color #6EFFB8: hue angle of 150.62º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFFB8 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 184 | - |
| CMYK | 0.57 | 0 | 0.28 | 0 |
| HSL | 150.62º | 1% | 0.72% | - |
| HSV(B) | 150.62º | 0.57% | 1% | - |
| XYZ | 50.84 | 78.3 | 57.78 | - |
| YUV | 203.55 | 116.96 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 184 | 0.57 | 0 | 0.28 | 0 | 150.62 | 1 | 0.72 |
| Hex | 6E | FF | B8 | 39 | 0 | 1C | 0 | 97 | 64 | 48 |
| Octal | 156 | 377 | 270 | 71 | 0 | 34 | 0 | 227 | 144 | 110 |
| Binary | 1101110 | 11111111 | 10111000 | 111001 | 0 | 11100 | 0 | 10010111 | 1100100 | 1001000 |
Color Harmonies of #6EFFB8
Complementary color
Monochromatic Colors of #6EFFB8
Black with #6EFFB8
Text Example
Text Example
White with #6EFFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFB8; }
p { color: rgb(110,255,184); }
H1.HeaderClassName
{
color: #6EFFB8;
}
.AnyTagClassName
{
color: #6EFFB8;
}
</style>
background-color css
<style>
a { background-color: #6EFFB8; }
a { background-color: rgb(110,255,184); }
div.DivClassName
{
background-color: #6EFFB8;
}
.BgClassName
{
background-color: #6EFFB8;
}
</style>
border-color css
<style>
span { border-color: #6EFFB8; }
span { border-color: rgb(110,255,184); }
td.TdClassName
{
border-color: #6EFFB8;
}
.TagClassName
{
border-color: #6EFFB8;
}
</style>