Shades of Aquamarine #6EFDCB
Tints of Aquamarine #6EFDCB
RGB
CMYK
RGB Variations
Color information
#6EFDCB (or 0x6EFDCB) is known color: Aquamarine. HEX triplet: 6E, FD and CB. RGB value is (110,253,203). Sum of RGB (Red+Green+Blue) = 110+253+203=566 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.43% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFDCB is #910234. Grayscale: #CCCCCC. Windows color (decimal): -9503285 or 13368686. OLE color: 13368686.
HSL color Cylindrical-coordinate representation of color #6EFDCB: hue angle of 159.02º 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 #6EFDCB is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 253 | 203 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.01 |
| HSL | 159.02º | 0.97% | 0.71% | - |
| HSV(B) | 159.02º | 0.57% | 0.99% | - |
| XYZ | 52.34 | 77.88 | 68.77 | - |
| YUV | 204.54 | 127.12 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 253 | 203 | 0.57 | 0 | 0.20 | 0.01 | 159.02 | 0.97 | 0.71 |
| Hex | 6E | FD | CB | 39 | 0 | 14 | 1 | 9F | 61 | 47 |
| Octal | 156 | 375 | 313 | 71 | 0 | 24 | 1 | 237 | 141 | 107 |
| Binary | 1101110 | 11111101 | 11001011 | 111001 | 0 | 10100 | 1 | 10011111 | 1100001 | 1000111 |
Color Harmonies of #6EFDCB
Complementary color
Monochromatic Colors of #6EFDCB
Black with #6EFDCB
Text Example
Text Example
White with #6EFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFDCB; }
p { color: rgb(110,253,203); }
H1.HeaderClassName
{
color: #6EFDCB;
}
.AnyTagClassName
{
color: #6EFDCB;
}
</style>
background-color css
<style>
a { background-color: #6EFDCB; }
a { background-color: rgb(110,253,203); }
div.DivClassName
{
background-color: #6EFDCB;
}
.BgClassName
{
background-color: #6EFDCB;
}
</style>
border-color css
<style>
span { border-color: #6EFDCB; }
span { border-color: rgb(110,253,203); }
td.TdClassName
{
border-color: #6EFDCB;
}
.TagClassName
{
border-color: #6EFDCB;
}
</style>