Shades of Aquamarine #6EF8C8
Tints of Aquamarine #6EF8C8
RGB
CMYK
RGB Variations
Color information
#6EF8C8 (or 0x6EF8C8) is known color: Aquamarine. HEX triplet: 6E, F8 and C8. RGB value is (110,248,200). Sum of RGB (Red+Green+Blue) = 110+248+200=558 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.71% from 558); Green value is 248 (97.27% from 255 or 44.44% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 248 - color contains mainly: green. Hex color #6EF8C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF8C8 is #910737. Grayscale: #C9C9C9. Windows color (decimal): -9504568 or 13170798. OLE color: 13170798.
HSL color Cylindrical-coordinate representation of color #6EF8C8: hue angle of 159.13º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EF8C8 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 110 | 248 | 200 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.03 |
| HSL | 159.13º | 0.91% | 0.7% | - |
| HSV(B) | 159.13º | 0.56% | 0.97% | - |
| XYZ | 50.42 | 74.62 | 66.39 | - |
| YUV | 201.27 | 127.28 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 248 | 200 | 0.56 | 0 | 0.19 | 0.03 | 159.13 | 0.91 | 0.7 |
| Hex | 6E | F8 | C8 | 38 | 0 | 13 | 3 | 9F | 5B | 46 |
| Octal | 156 | 370 | 310 | 70 | 0 | 23 | 3 | 237 | 133 | 106 |
| Binary | 1101110 | 11111000 | 11001000 | 111000 | 0 | 10011 | 11 | 10011111 | 1011011 | 1000110 |
Color Harmonies of #6EF8C8
Complementary color
Monochromatic Colors of #6EF8C8
Black with #6EF8C8
Text Example
Text Example
White with #6EF8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF8C8; }
p { color: rgb(110,248,200); }
H1.HeaderClassName
{
color: #6EF8C8;
}
.AnyTagClassName
{
color: #6EF8C8;
}
</style>
background-color css
<style>
a { background-color: #6EF8C8; }
a { background-color: rgb(110,248,200); }
div.DivClassName
{
background-color: #6EF8C8;
}
.BgClassName
{
background-color: #6EF8C8;
}
</style>
border-color css
<style>
span { border-color: #6EF8C8; }
span { border-color: rgb(110,248,200); }
td.TdClassName
{
border-color: #6EF8C8;
}
.TagClassName
{
border-color: #6EF8C8;
}
</style>