Shades of Aquamarine #6AEEDA
Tints of Aquamarine #6AEEDA
RGB
CMYK
RGB Variations
Color information
#6AEEDA (or 0x6AEEDA) is known color: Aquamarine. HEX triplet: 6A, EE and DA. RGB value is (106,238,218). Sum of RGB (Red+Green+Blue) = 106+238+218=562 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.86% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEEDA is #951125. Grayscale: #C4C4C4. Windows color (decimal): -9769254 or 14347882. OLE color: 14347882.
HSL color Cylindrical-coordinate representation of color #6AEEDA: hue angle of 170.91º 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 #6AEEDA is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 238 | 218 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.07 |
| HSL | 170.91º | 0.8% | 0.67% | - |
| HSV(B) | 170.91º | 0.55% | 0.93% | - |
| XYZ | 49.17 | 69.28 | 77.11 | - |
| YUV | 196.25 | 140.27 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 238 | 218 | 0.55 | 0 | 0.08 | 0.07 | 170.91 | 0.8 | 0.67 |
| Hex | 6A | EE | DA | 37 | 0 | 8 | 7 | AB | 50 | 43 |
| Octal | 152 | 356 | 332 | 67 | 0 | 10 | 7 | 253 | 120 | 103 |
| Binary | 1101010 | 11101110 | 11011010 | 110111 | 0 | 1000 | 111 | 10101011 | 1010000 | 1000011 |
Color Harmonies of #6AEEDA
Complementary color
Monochromatic Colors of #6AEEDA
Black with #6AEEDA
Text Example
Text Example
White with #6AEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEEDA; }
p { color: rgb(106,238,218); }
H1.HeaderClassName
{
color: #6AEEDA;
}
.AnyTagClassName
{
color: #6AEEDA;
}
</style>
background-color css
<style>
a { background-color: #6AEEDA; }
a { background-color: rgb(106,238,218); }
div.DivClassName
{
background-color: #6AEEDA;
}
.BgClassName
{
background-color: #6AEEDA;
}
</style>
border-color css
<style>
span { border-color: #6AEEDA; }
span { border-color: rgb(106,238,218); }
td.TdClassName
{
border-color: #6AEEDA;
}
.TagClassName
{
border-color: #6AEEDA;
}
</style>