Shades of Aquamarine #6EFCD4
Tints of Aquamarine #6EFCD4
RGB
CMYK
RGB Variations
Color information
#6EFCD4 (or 0x6EFCD4) is known color: Aquamarine. HEX triplet: 6E, FC and D4. RGB value is (110,252,212). Sum of RGB (Red+Green+Blue) = 110+252+212=574 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.16% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #6EFCD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFCD4 is #91032B. Grayscale: #CCCCCC. Windows color (decimal): -9503532 or 13958254. OLE color: 13958254.
HSL color Cylindrical-coordinate representation of color #6EFCD4: hue angle of 163.1º 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 #6EFCD4 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 252 | 212 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.01 |
| HSL | 163.1º | 0.96% | 0.71% | - |
| HSV(B) | 163.1º | 0.56% | 0.99% | - |
| XYZ | 53.12 | 77.69 | 74.48 | - |
| YUV | 204.98 | 131.96 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 252 | 212 | 0.56 | 0 | 0.16 | 0.01 | 163.1 | 0.96 | 0.71 |
| Hex | 6E | FC | D4 | 38 | 0 | 10 | 1 | A3 | 60 | 47 |
| Octal | 156 | 374 | 324 | 70 | 0 | 20 | 1 | 243 | 140 | 107 |
| Binary | 1101110 | 11111100 | 11010100 | 111000 | 0 | 10000 | 1 | 10100011 | 1100000 | 1000111 |
Color Harmonies of #6EFCD4
Complementary color
Monochromatic Colors of #6EFCD4
Black with #6EFCD4
Text Example
Text Example
White with #6EFCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFCD4; }
p { color: rgb(110,252,212); }
H1.HeaderClassName
{
color: #6EFCD4;
}
.AnyTagClassName
{
color: #6EFCD4;
}
</style>
background-color css
<style>
a { background-color: #6EFCD4; }
a { background-color: rgb(110,252,212); }
div.DivClassName
{
background-color: #6EFCD4;
}
.BgClassName
{
background-color: #6EFCD4;
}
</style>
border-color css
<style>
span { border-color: #6EFCD4; }
span { border-color: rgb(110,252,212); }
td.TdClassName
{
border-color: #6EFCD4;
}
.TagClassName
{
border-color: #6EFCD4;
}
</style>