Shades of Aquamarine #6EFCE5
Tints of Aquamarine #6EFCE5
RGB
CMYK
RGB Variations
Color information
#6EFCE5 (or 0x6EFCE5) is known color: Aquamarine. HEX triplet: 6E, FC and E5. RGB value is (110,252,229). Sum of RGB (Red+Green+Blue) = 110+252+229=591 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.61% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #6EFCE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFCE5 is #91031A. Grayscale: #CECECE. Windows color (decimal): -9503515 or 15072366. OLE color: 15072366.
HSL color Cylindrical-coordinate representation of color #6EFCE5: hue angle of 170.28º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EFCE5 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 252 | 229 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.01 |
| HSL | 170.28º | 0.96% | 0.71% | - |
| HSV(B) | 170.28º | 0.56% | 0.99% | - |
| XYZ | 55.38 | 78.59 | 86.38 | - |
| YUV | 206.92 | 140.46 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 252 | 229 | 0.56 | 0 | 0.09 | 0.01 | 170.28 | 0.96 | 0.71 |
| Hex | 6E | FC | E5 | 38 | 0 | 9 | 1 | AA | 60 | 47 |
| Octal | 156 | 374 | 345 | 70 | 0 | 11 | 1 | 252 | 140 | 107 |
| Binary | 1101110 | 11111100 | 11100101 | 111000 | 0 | 1001 | 1 | 10101010 | 1100000 | 1000111 |
Color Harmonies of #6EFCE5
Complementary color
Monochromatic Colors of #6EFCE5
Black with #6EFCE5
Text Example
Text Example
White with #6EFCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFCE5; }
p { color: rgb(110,252,229); }
H1.HeaderClassName
{
color: #6EFCE5;
}
.AnyTagClassName
{
color: #6EFCE5;
}
</style>
background-color css
<style>
a { background-color: #6EFCE5; }
a { background-color: rgb(110,252,229); }
div.DivClassName
{
background-color: #6EFCE5;
}
.BgClassName
{
background-color: #6EFCE5;
}
</style>
border-color css
<style>
span { border-color: #6EFCE5; }
span { border-color: rgb(110,252,229); }
td.TdClassName
{
border-color: #6EFCE5;
}
.TagClassName
{
border-color: #6EFCE5;
}
</style>