Shades of Aquamarine #6EFFB5
Tints of Aquamarine #6EFFB5
RGB
CMYK
RGB Variations
Color information
#6EFFB5 (or 0x6EFFB5) is known color: Aquamarine. HEX triplet: 6E, FF and B5. RGB value is (110,255,181). Sum of RGB (Red+Green+Blue) = 110+255+181=546 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.15% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFB5 is #91004A. Grayscale: #CBCBCB. Windows color (decimal): -9502795 or 11927406. OLE color: 11927406.
HSL color Cylindrical-coordinate representation of color #6EFFB5: hue angle of 149.38º 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 #6EFFB5 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 181 | - |
| CMYK | 0.57 | 0 | 0.29 | 0 |
| HSL | 149.38º | 1% | 0.72% | - |
| HSV(B) | 149.38º | 0.57% | 1% | - |
| XYZ | 50.53 | 78.17 | 56.14 | - |
| YUV | 203.21 | 115.46 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 181 | 0.57 | 0 | 0.29 | 0 | 149.38 | 1 | 0.72 |
| Hex | 6E | FF | B5 | 39 | 0 | 1D | 0 | 95 | 64 | 48 |
| Octal | 156 | 377 | 265 | 71 | 0 | 35 | 0 | 225 | 144 | 110 |
| Binary | 1101110 | 11111111 | 10110101 | 111001 | 0 | 11101 | 0 | 10010101 | 1100100 | 1001000 |
Color Harmonies of #6EFFB5
Complementary color
Monochromatic Colors of #6EFFB5
Black with #6EFFB5
Text Example
Text Example
White with #6EFFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFB5; }
p { color: rgb(110,255,181); }
H1.HeaderClassName
{
color: #6EFFB5;
}
.AnyTagClassName
{
color: #6EFFB5;
}
</style>
background-color css
<style>
a { background-color: #6EFFB5; }
a { background-color: rgb(110,255,181); }
div.DivClassName
{
background-color: #6EFFB5;
}
.BgClassName
{
background-color: #6EFFB5;
}
</style>
border-color css
<style>
span { border-color: #6EFFB5; }
span { border-color: rgb(110,255,181); }
td.TdClassName
{
border-color: #6EFFB5;
}
.TagClassName
{
border-color: #6EFFB5;
}
</style>