Shades of Aquamarine #6AEEC7
Tints of Aquamarine #6AEEC7
RGB
CMYK
RGB Variations
Color information
#6AEEC7 (or 0x6AEEC7) is known color: Aquamarine. HEX triplet: 6A, EE and C7. RGB value is (106,238,199). Sum of RGB (Red+Green+Blue) = 106+238+199=543 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.52% from 543); Green value is 238 (93.36% from 255 or 43.83% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEEC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEEC7 is #951138. Grayscale: #C2C2C2. Windows color (decimal): -9769273 or 13102698. OLE color: 13102698.
HSL color Cylindrical-coordinate representation of color #6AEEC7: hue angle of 162.27º 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 #6AEEC7 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 238 | 199 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.07 |
| HSL | 162.27º | 0.8% | 0.67% | - |
| HSV(B) | 162.27º | 0.55% | 0.93% | - |
| XYZ | 46.83 | 68.34 | 64.76 | - |
| YUV | 194.09 | 130.77 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 238 | 199 | 0.55 | 0 | 0.16 | 0.07 | 162.27 | 0.8 | 0.67 |
| Hex | 6A | EE | C7 | 37 | 0 | 10 | 7 | A2 | 50 | 43 |
| Octal | 152 | 356 | 307 | 67 | 0 | 20 | 7 | 242 | 120 | 103 |
| Binary | 1101010 | 11101110 | 11000111 | 110111 | 0 | 10000 | 111 | 10100010 | 1010000 | 1000011 |
Color Harmonies of #6AEEC7
Complementary color
Monochromatic Colors of #6AEEC7
Black with #6AEEC7
Text Example
Text Example
White with #6AEEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEEC7; }
p { color: rgb(106,238,199); }
H1.HeaderClassName
{
color: #6AEEC7;
}
.AnyTagClassName
{
color: #6AEEC7;
}
</style>
background-color css
<style>
a { background-color: #6AEEC7; }
a { background-color: rgb(106,238,199); }
div.DivClassName
{
background-color: #6AEEC7;
}
.BgClassName
{
background-color: #6AEEC7;
}
</style>
border-color css
<style>
span { border-color: #6AEEC7; }
span { border-color: rgb(106,238,199); }
td.TdClassName
{
border-color: #6AEEC7;
}
.TagClassName
{
border-color: #6AEEC7;
}
</style>