Shades of Aquamarine #6EEAD7
Tints of Aquamarine #6EEAD7
RGB
CMYK
RGB Variations
Color information
#6EEAD7 (or 0x6EEAD7) is known color: Aquamarine. HEX triplet: 6E, EA and D7. RGB value is (110,234,215). Sum of RGB (Red+Green+Blue) = 110+234+215=559 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.68% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEAD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEAD7 is #911528. Grayscale: #C2C2C2. Windows color (decimal): -9508137 or 14150254. OLE color: 14150254.
HSL color Cylindrical-coordinate representation of color #6EEAD7: hue angle of 170.81º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEAD7 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 234 | 215 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.08 |
| HSL | 170.81º | 0.75% | 0.67% | - |
| HSV(B) | 170.81º | 0.53% | 0.92% | - |
| XYZ | 48.12 | 67.07 | 74.7 | - |
| YUV | 194.76 | 139.42 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 234 | 215 | 0.53 | 0 | 0.08 | 0.08 | 170.81 | 0.75 | 0.67 |
| Hex | 6E | EA | D7 | 35 | 0 | 8 | 8 | AB | 4B | 43 |
| Octal | 156 | 352 | 327 | 65 | 0 | 10 | 10 | 253 | 113 | 103 |
| Binary | 1101110 | 11101010 | 11010111 | 110101 | 0 | 1000 | 1000 | 10101011 | 1001011 | 1000011 |
Color Harmonies of #6EEAD7
Complementary color
Monochromatic Colors of #6EEAD7
Black with #6EEAD7
Text Example
Text Example
White with #6EEAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEAD7; }
p { color: rgb(110,234,215); }
H1.HeaderClassName
{
color: #6EEAD7;
}
.AnyTagClassName
{
color: #6EEAD7;
}
</style>
background-color css
<style>
a { background-color: #6EEAD7; }
a { background-color: rgb(110,234,215); }
div.DivClassName
{
background-color: #6EEAD7;
}
.BgClassName
{
background-color: #6EEAD7;
}
</style>
border-color css
<style>
span { border-color: #6EEAD7; }
span { border-color: rgb(110,234,215); }
td.TdClassName
{
border-color: #6EEAD7;
}
.TagClassName
{
border-color: #6EEAD7;
}
</style>