Shades of Aquamarine #6AEED8
Tints of Aquamarine #6AEED8
RGB
CMYK
RGB Variations
Color information
#6AEED8 (or 0x6AEED8) is known color: Aquamarine. HEX triplet: 6A, EE and D8. RGB value is (106,238,216). Sum of RGB (Red+Green+Blue) = 106+238+216=560 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.93% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEED8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEED8 is #951127. Grayscale: #C3C3C3. Windows color (decimal): -9769256 or 14216810. OLE color: 14216810.
HSL color Cylindrical-coordinate representation of color #6AEED8: hue angle of 170º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEED8 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 238 | 216 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.07 |
| HSL | 170º | 0.8% | 0.67% | - |
| HSV(B) | 170º | 0.55% | 0.93% | - |
| XYZ | 48.91 | 69.17 | 75.74 | - |
| YUV | 196.02 | 139.27 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 238 | 216 | 0.55 | 0 | 0.09 | 0.07 | 170 | 0.8 | 0.67 |
| Hex | 6A | EE | D8 | 37 | 0 | 9 | 7 | AA | 50 | 43 |
| Octal | 152 | 356 | 330 | 67 | 0 | 11 | 7 | 252 | 120 | 103 |
| Binary | 1101010 | 11101110 | 11011000 | 110111 | 0 | 1001 | 111 | 10101010 | 1010000 | 1000011 |
Color Harmonies of #6AEED8
Complementary color
Monochromatic Colors of #6AEED8
Black with #6AEED8
Text Example
Text Example
White with #6AEED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEED8; }
p { color: rgb(106,238,216); }
H1.HeaderClassName
{
color: #6AEED8;
}
.AnyTagClassName
{
color: #6AEED8;
}
</style>
background-color css
<style>
a { background-color: #6AEED8; }
a { background-color: rgb(106,238,216); }
div.DivClassName
{
background-color: #6AEED8;
}
.BgClassName
{
background-color: #6AEED8;
}
</style>
border-color css
<style>
span { border-color: #6AEED8; }
span { border-color: rgb(106,238,216); }
td.TdClassName
{
border-color: #6AEED8;
}
.TagClassName
{
border-color: #6AEED8;
}
</style>