Shades of Aquamarine #6EFFC5
Tints of Aquamarine #6EFFC5
RGB
CMYK
RGB Variations
Color information
#6EFFC5 (or 0x6EFFC5) is known color: Aquamarine. HEX triplet: 6E, FF and C5. RGB value is (110,255,197). Sum of RGB (Red+Green+Blue) = 110+255+197=562 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.57% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFC5 is #91003A. Grayscale: #CDCDCD. Windows color (decimal): -9502779 or 12975982. OLE color: 12975982.
HSL color Cylindrical-coordinate representation of color #6EFFC5: hue angle of 156º 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 #6EFFC5 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 197 | - |
| CMYK | 0.57 | 0 | 0.23 | 0 |
| HSL | 156º | 1% | 0.72% | - |
| HSV(B) | 156º | 0.57% | 1% | - |
| XYZ | 52.27 | 78.87 | 65.29 | - |
| YUV | 205.03 | 123.46 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 197 | 0.57 | 0 | 0.23 | 0 | 156 | 1 | 0.72 |
| Hex | 6E | FF | C5 | 39 | 0 | 17 | 0 | 9C | 64 | 48 |
| Octal | 156 | 377 | 305 | 71 | 0 | 27 | 0 | 234 | 144 | 110 |
| Binary | 1101110 | 11111111 | 11000101 | 111001 | 0 | 10111 | 0 | 10011100 | 1100100 | 1001000 |
Color Harmonies of #6EFFC5
Complementary color
Monochromatic Colors of #6EFFC5
Black with #6EFFC5
Text Example
Text Example
White with #6EFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFC5; }
p { color: rgb(110,255,197); }
H1.HeaderClassName
{
color: #6EFFC5;
}
.AnyTagClassName
{
color: #6EFFC5;
}
</style>
background-color css
<style>
a { background-color: #6EFFC5; }
a { background-color: rgb(110,255,197); }
div.DivClassName
{
background-color: #6EFFC5;
}
.BgClassName
{
background-color: #6EFFC5;
}
</style>
border-color css
<style>
span { border-color: #6EFFC5; }
span { border-color: rgb(110,255,197); }
td.TdClassName
{
border-color: #6EFFC5;
}
.TagClassName
{
border-color: #6EFFC5;
}
</style>