Shades of Aquamarine #6EFCD2
Tints of Aquamarine #6EFCD2
RGB
CMYK
RGB Variations
Color information
#6EFCD2 (or 0x6EFCD2) is known color: Aquamarine. HEX triplet: 6E, FC and D2. RGB value is (110,252,210). Sum of RGB (Red+Green+Blue) = 110+252+210=572 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.23% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #6EFCD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFCD2 is #91032D. Grayscale: #CCCCCC. Windows color (decimal): -9503534 or 13827182. OLE color: 13827182.
HSL color Cylindrical-coordinate representation of color #6EFCD2: hue angle of 162.25º 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 #6EFCD2 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 252 | 210 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.01 |
| HSL | 162.25º | 0.96% | 0.71% | - |
| HSV(B) | 162.25º | 0.56% | 0.99% | - |
| XYZ | 52.87 | 77.59 | 73.16 | - |
| YUV | 204.75 | 130.96 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 252 | 210 | 0.56 | 0 | 0.17 | 0.01 | 162.25 | 0.96 | 0.71 |
| Hex | 6E | FC | D2 | 38 | 0 | 11 | 1 | A2 | 60 | 47 |
| Octal | 156 | 374 | 322 | 70 | 0 | 21 | 1 | 242 | 140 | 107 |
| Binary | 1101110 | 11111100 | 11010010 | 111000 | 0 | 10001 | 1 | 10100010 | 1100000 | 1000111 |
Color Harmonies of #6EFCD2
Complementary color
Monochromatic Colors of #6EFCD2
Black with #6EFCD2
Text Example
Text Example
White with #6EFCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFCD2; }
p { color: rgb(110,252,210); }
H1.HeaderClassName
{
color: #6EFCD2;
}
.AnyTagClassName
{
color: #6EFCD2;
}
</style>
background-color css
<style>
a { background-color: #6EFCD2; }
a { background-color: rgb(110,252,210); }
div.DivClassName
{
background-color: #6EFCD2;
}
.BgClassName
{
background-color: #6EFCD2;
}
</style>
border-color css
<style>
span { border-color: #6EFCD2; }
span { border-color: rgb(110,252,210); }
td.TdClassName
{
border-color: #6EFCD2;
}
.TagClassName
{
border-color: #6EFCD2;
}
</style>