Shades of Aquamarine #6EFDB1
Tints of Aquamarine #6EFDB1
RGB
CMYK
RGB Variations
Color information
#6EFDB1 (or 0x6EFDB1) is known color: Aquamarine. HEX triplet: 6E, FD and B1. RGB value is (110,253,177). Sum of RGB (Red+Green+Blue) = 110+253+177=540 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.37% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFDB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EFDB1 is #91024E. Grayscale: #C9C9C9. Windows color (decimal): -9503311 or 11664750. OLE color: 11664750.
HSL color Cylindrical-coordinate representation of color #6EFDB1: hue angle of 148.11º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFDB1 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 253 | 177 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.01 |
| HSL | 148.11º | 0.97% | 0.71% | - |
| HSV(B) | 148.11º | 0.57% | 0.99% | - |
| XYZ | 49.49 | 76.74 | 53.8 | - |
| YUV | 201.58 | 114.12 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 253 | 177 | 0.57 | 0 | 0.30 | 0.01 | 148.11 | 0.97 | 0.71 |
| Hex | 6E | FD | B1 | 39 | 0 | 1E | 1 | 94 | 61 | 47 |
| Octal | 156 | 375 | 261 | 71 | 0 | 36 | 1 | 224 | 141 | 107 |
| Binary | 1101110 | 11111101 | 10110001 | 111001 | 0 | 11110 | 1 | 10010100 | 1100001 | 1000111 |
Color Harmonies of #6EFDB1
Complementary color
Monochromatic Colors of #6EFDB1
Black with #6EFDB1
Text Example
Text Example
White with #6EFDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFDB1; }
p { color: rgb(110,253,177); }
H1.HeaderClassName
{
color: #6EFDB1;
}
.AnyTagClassName
{
color: #6EFDB1;
}
</style>
background-color css
<style>
a { background-color: #6EFDB1; }
a { background-color: rgb(110,253,177); }
div.DivClassName
{
background-color: #6EFDB1;
}
.BgClassName
{
background-color: #6EFDB1;
}
</style>
border-color css
<style>
span { border-color: #6EFDB1; }
span { border-color: rgb(110,253,177); }
td.TdClassName
{
border-color: #6EFDB1;
}
.TagClassName
{
border-color: #6EFDB1;
}
</style>