Shades of Aquamarine #6EFDCA
Tints of Aquamarine #6EFDCA
RGB
CMYK
RGB Variations
Color information
#6EFDCA (or 0x6EFDCA) is known color: Aquamarine. HEX triplet: 6E, FD and CA. RGB value is (110,253,202). Sum of RGB (Red+Green+Blue) = 110+253+202=565 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.47% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFDCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFDCA is #910235. Grayscale: #CCCCCC. Windows color (decimal): -9503286 or 13303150. OLE color: 13303150.
HSL color Cylindrical-coordinate representation of color #6EFDCA: hue angle of 158.6º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFDCA is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 253 | 202 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.01 |
| HSL | 158.6º | 0.97% | 0.71% | - |
| HSV(B) | 158.6º | 0.57% | 0.99% | - |
| XYZ | 52.22 | 77.83 | 68.15 | - |
| YUV | 204.43 | 126.62 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 253 | 202 | 0.57 | 0 | 0.20 | 0.01 | 158.6 | 0.97 | 0.71 |
| Hex | 6E | FD | CA | 39 | 0 | 14 | 1 | 9F | 61 | 47 |
| Octal | 156 | 375 | 312 | 71 | 0 | 24 | 1 | 237 | 141 | 107 |
| Binary | 1101110 | 11111101 | 11001010 | 111001 | 0 | 10100 | 1 | 10011111 | 1100001 | 1000111 |
Color Harmonies of #6EFDCA
Complementary color
Monochromatic Colors of #6EFDCA
Black with #6EFDCA
Text Example
Text Example
White with #6EFDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFDCA; }
p { color: rgb(110,253,202); }
H1.HeaderClassName
{
color: #6EFDCA;
}
.AnyTagClassName
{
color: #6EFDCA;
}
</style>
background-color css
<style>
a { background-color: #6EFDCA; }
a { background-color: rgb(110,253,202); }
div.DivClassName
{
background-color: #6EFDCA;
}
.BgClassName
{
background-color: #6EFDCA;
}
</style>
border-color css
<style>
span { border-color: #6EFDCA; }
span { border-color: rgb(110,253,202); }
td.TdClassName
{
border-color: #6EFDCA;
}
.TagClassName
{
border-color: #6EFDCA;
}
</style>