Shades of Aquamarine #6EFDBD
Tints of Aquamarine #6EFDBD
RGB
CMYK
RGB Variations
Color information
#6EFDBD (or 0x6EFDBD) is known color: Aquamarine. HEX triplet: 6E, FD and BD. RGB value is (110,253,189). Sum of RGB (Red+Green+Blue) = 110+253+189=552 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.93% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFDBD is #910242. Grayscale: #CBCBCB. Windows color (decimal): -9503299 or 12451182. OLE color: 12451182.
HSL color Cylindrical-coordinate representation of color #6EFDBD: hue angle of 153.15º 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 #6EFDBD is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 253 | 189 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.01 |
| HSL | 153.15º | 0.97% | 0.71% | - |
| HSV(B) | 153.15º | 0.57% | 0.99% | - |
| XYZ | 50.74 | 77.24 | 60.38 | - |
| YUV | 202.95 | 120.12 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 253 | 189 | 0.57 | 0 | 0.25 | 0.01 | 153.15 | 0.97 | 0.71 |
| Hex | 6E | FD | BD | 39 | 0 | 19 | 1 | 99 | 61 | 47 |
| Octal | 156 | 375 | 275 | 71 | 0 | 31 | 1 | 231 | 141 | 107 |
| Binary | 1101110 | 11111101 | 10111101 | 111001 | 0 | 11001 | 1 | 10011001 | 1100001 | 1000111 |
Color Harmonies of #6EFDBD
Complementary color
Monochromatic Colors of #6EFDBD
Black with #6EFDBD
Text Example
Text Example
White with #6EFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFDBD; }
p { color: rgb(110,253,189); }
H1.HeaderClassName
{
color: #6EFDBD;
}
.AnyTagClassName
{
color: #6EFDBD;
}
</style>
background-color css
<style>
a { background-color: #6EFDBD; }
a { background-color: rgb(110,253,189); }
div.DivClassName
{
background-color: #6EFDBD;
}
.BgClassName
{
background-color: #6EFDBD;
}
</style>
border-color css
<style>
span { border-color: #6EFDBD; }
span { border-color: rgb(110,253,189); }
td.TdClassName
{
border-color: #6EFDBD;
}
.TagClassName
{
border-color: #6EFDBD;
}
</style>