Shades of Aquamarine #6EFECC
Tints of Aquamarine #6EFECC
RGB
CMYK
RGB Variations
Color information
#6EFECC (or 0x6EFECC) is known color: Aquamarine. HEX triplet: 6E, FE and CC. RGB value is (110,254,204). Sum of RGB (Red+Green+Blue) = 110+254+204=568 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.37% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #6EFECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFECC is #910133. Grayscale: #CDCDCD. Windows color (decimal): -9503028 or 13434478. OLE color: 13434478.
HSL color Cylindrical-coordinate representation of color #6EFECC: hue angle of 159.17º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFECC is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 254 | 204 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.00 |
| HSL | 159.17º | 0.99% | 0.71% | - |
| HSV(B) | 159.17º | 0.57% | 1% | - |
| XYZ | 52.77 | 78.56 | 69.51 | - |
| YUV | 205.24 | 127.29 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 254 | 204 | 0.57 | 0 | 0.20 | 0.00 | 159.17 | 0.99 | 0.71 |
| Hex | 6E | FE | CC | 39 | 0 | 14 | 0 | 9F | 63 | 47 |
| Octal | 156 | 376 | 314 | 71 | 0 | 24 | 0 | 237 | 143 | 107 |
| Binary | 1101110 | 11111110 | 11001100 | 111001 | 0 | 10100 | 0 | 10011111 | 1100011 | 1000111 |
Color Harmonies of #6EFECC
Complementary color
Monochromatic Colors of #6EFECC
Black with #6EFECC
Text Example
Text Example
White with #6EFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFECC; }
p { color: rgb(110,254,204); }
H1.HeaderClassName
{
color: #6EFECC;
}
.AnyTagClassName
{
color: #6EFECC;
}
</style>
background-color css
<style>
a { background-color: #6EFECC; }
a { background-color: rgb(110,254,204); }
div.DivClassName
{
background-color: #6EFECC;
}
.BgClassName
{
background-color: #6EFECC;
}
</style>
border-color css
<style>
span { border-color: #6EFECC; }
span { border-color: rgb(110,254,204); }
td.TdClassName
{
border-color: #6EFECC;
}
.TagClassName
{
border-color: #6EFECC;
}
</style>