Shades of Aquamarine #6EEFC5
Tints of Aquamarine #6EEFC5
RGB
CMYK
RGB Variations
Color information
#6EEFC5 (or 0x6EEFC5) is known color: Aquamarine. HEX triplet: 6E, EF and C5. RGB value is (110,239,197). Sum of RGB (Red+Green+Blue) = 110+239+197=546 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.15% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #6EEFC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEFC5 is #91103A. Grayscale: #C3C3C3. Windows color (decimal): -9506875 or 12971886. OLE color: 12971886.
HSL color Cylindrical-coordinate representation of color #6EEFC5: hue angle of 160.47º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEFC5 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 239 | 197 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.06 |
| HSL | 160.47º | 0.8% | 0.68% | - |
| HSV(B) | 160.47º | 0.54% | 0.94% | - |
| XYZ | 47.37 | 69.08 | 63.66 | - |
| YUV | 195.64 | 128.76 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 239 | 197 | 0.54 | 0 | 0.18 | 0.06 | 160.47 | 0.8 | 0.68 |
| Hex | 6E | EF | C5 | 36 | 0 | 12 | 6 | A0 | 50 | 44 |
| Octal | 156 | 357 | 305 | 66 | 0 | 22 | 6 | 240 | 120 | 104 |
| Binary | 1101110 | 11101111 | 11000101 | 110110 | 0 | 10010 | 110 | 10100000 | 1010000 | 1000100 |
Color Harmonies of #6EEFC5
Complementary color
Monochromatic Colors of #6EEFC5
Black with #6EEFC5
Text Example
Text Example
White with #6EEFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEFC5; }
p { color: rgb(110,239,197); }
H1.HeaderClassName
{
color: #6EEFC5;
}
.AnyTagClassName
{
color: #6EEFC5;
}
</style>
background-color css
<style>
a { background-color: #6EEFC5; }
a { background-color: rgb(110,239,197); }
div.DivClassName
{
background-color: #6EEFC5;
}
.BgClassName
{
background-color: #6EEFC5;
}
</style>
border-color css
<style>
span { border-color: #6EEFC5; }
span { border-color: rgb(110,239,197); }
td.TdClassName
{
border-color: #6EEFC5;
}
.TagClassName
{
border-color: #6EEFC5;
}
</style>