Shades of Aquamarine #6EF3CA
Tints of Aquamarine #6EF3CA
RGB
CMYK
RGB Variations
Color information
#6EF3CA (or 0x6EF3CA) is known color: Aquamarine. HEX triplet: 6E, F3 and CA. RGB value is (110,243,202). Sum of RGB (Red+Green+Blue) = 110+243+202=555 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.82% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 243 - color contains mainly: green. Hex color #6EF3CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF3CA is #910C35. Grayscale: #C6C6C6. Windows color (decimal): -9505846 or 13300590. OLE color: 13300590.
HSL color Cylindrical-coordinate representation of color #6EF3CA: hue angle of 161.5º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF3CA is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 243 | 202 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.05 |
| HSL | 161.5º | 0.85% | 0.69% | - |
| HSV(B) | 161.5º | 0.55% | 0.95% | - |
| XYZ | 49.14 | 71.68 | 67.12 | - |
| YUV | 198.56 | 129.94 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 243 | 202 | 0.55 | 0 | 0.17 | 0.05 | 161.5 | 0.85 | 0.69 |
| Hex | 6E | F3 | CA | 37 | 0 | 11 | 5 | A2 | 55 | 45 |
| Octal | 156 | 363 | 312 | 67 | 0 | 21 | 5 | 242 | 125 | 105 |
| Binary | 1101110 | 11110011 | 11001010 | 110111 | 0 | 10001 | 101 | 10100010 | 1010101 | 1000101 |
Color Harmonies of #6EF3CA
Complementary color
Monochromatic Colors of #6EF3CA
Black with #6EF3CA
Text Example
Text Example
White with #6EF3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF3CA; }
p { color: rgb(110,243,202); }
H1.HeaderClassName
{
color: #6EF3CA;
}
.AnyTagClassName
{
color: #6EF3CA;
}
</style>
background-color css
<style>
a { background-color: #6EF3CA; }
a { background-color: rgb(110,243,202); }
div.DivClassName
{
background-color: #6EF3CA;
}
.BgClassName
{
background-color: #6EF3CA;
}
</style>
border-color css
<style>
span { border-color: #6EF3CA; }
span { border-color: rgb(110,243,202); }
td.TdClassName
{
border-color: #6EF3CA;
}
.TagClassName
{
border-color: #6EF3CA;
}
</style>