Shades of Aquamarine #6EFFB7
Tints of Aquamarine #6EFFB7
RGB
CMYK
RGB Variations
Color information
#6EFFB7 (or 0x6EFFB7) is known color: Aquamarine. HEX triplet: 6E, FF and B7. RGB value is (110,255,183). Sum of RGB (Red+Green+Blue) = 110+255+183=548 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.07% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFB7 is #910048. Grayscale: #CBCBCB. Windows color (decimal): -9502793 or 12058478. OLE color: 12058478.
HSL color Cylindrical-coordinate representation of color #6EFFB7: hue angle of 150.21º 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 #6EFFB7 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 183 | - |
| CMYK | 0.57 | 0 | 0.28 | 0 |
| HSL | 150.21º | 1% | 0.72% | - |
| HSV(B) | 150.21º | 0.57% | 1% | - |
| XYZ | 50.74 | 78.25 | 57.23 | - |
| YUV | 203.44 | 116.46 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 183 | 0.57 | 0 | 0.28 | 0 | 150.21 | 1 | 0.72 |
| Hex | 6E | FF | B7 | 39 | 0 | 1C | 0 | 96 | 64 | 48 |
| Octal | 156 | 377 | 267 | 71 | 0 | 34 | 0 | 226 | 144 | 110 |
| Binary | 1101110 | 11111111 | 10110111 | 111001 | 0 | 11100 | 0 | 10010110 | 1100100 | 1001000 |
Color Harmonies of #6EFFB7
Complementary color
Monochromatic Colors of #6EFFB7
Black with #6EFFB7
Text Example
Text Example
White with #6EFFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFB7; }
p { color: rgb(110,255,183); }
H1.HeaderClassName
{
color: #6EFFB7;
}
.AnyTagClassName
{
color: #6EFFB7;
}
</style>
background-color css
<style>
a { background-color: #6EFFB7; }
a { background-color: rgb(110,255,183); }
div.DivClassName
{
background-color: #6EFFB7;
}
.BgClassName
{
background-color: #6EFFB7;
}
</style>
border-color css
<style>
span { border-color: #6EFFB7; }
span { border-color: rgb(110,255,183); }
td.TdClassName
{
border-color: #6EFFB7;
}
.TagClassName
{
border-color: #6EFFB7;
}
</style>