Shades of Aquamarine #6EFCDF
Tints of Aquamarine #6EFCDF
RGB
CMYK
RGB Variations
Color information
#6EFCDF (or 0x6EFCDF) is known color: Aquamarine. HEX triplet: 6E, FC and DF. RGB value is (110,252,223). Sum of RGB (Red+Green+Blue) = 110+252+223=585 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.80% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #6EFCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFCDF is #910320. Grayscale: #CECECE. Windows color (decimal): -9503521 or 14679150. OLE color: 14679150.
HSL color Cylindrical-coordinate representation of color #6EFCDF: hue angle of 167.75º 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 #6EFCDF is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 252 | 223 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.01 |
| HSL | 167.75º | 0.96% | 0.71% | - |
| HSV(B) | 167.75º | 0.56% | 0.99% | - |
| XYZ | 54.56 | 78.26 | 82.04 | - |
| YUV | 206.24 | 137.46 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 252 | 223 | 0.56 | 0 | 0.12 | 0.01 | 167.75 | 0.96 | 0.71 |
| Hex | 6E | FC | DF | 38 | 0 | C | 1 | A8 | 60 | 47 |
| Octal | 156 | 374 | 337 | 70 | 0 | 14 | 1 | 250 | 140 | 107 |
| Binary | 1101110 | 11111100 | 11011111 | 111000 | 0 | 1100 | 1 | 10101000 | 1100000 | 1000111 |
Color Harmonies of #6EFCDF
Complementary color
Monochromatic Colors of #6EFCDF
Black with #6EFCDF
Text Example
Text Example
White with #6EFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFCDF; }
p { color: rgb(110,252,223); }
H1.HeaderClassName
{
color: #6EFCDF;
}
.AnyTagClassName
{
color: #6EFCDF;
}
</style>
background-color css
<style>
a { background-color: #6EFCDF; }
a { background-color: rgb(110,252,223); }
div.DivClassName
{
background-color: #6EFCDF;
}
.BgClassName
{
background-color: #6EFCDF;
}
</style>
border-color css
<style>
span { border-color: #6EFCDF; }
span { border-color: rgb(110,252,223); }
td.TdClassName
{
border-color: #6EFCDF;
}
.TagClassName
{
border-color: #6EFCDF;
}
</style>