Shades of Aquamarine #6AEBD0
Tints of Aquamarine #6AEBD0
RGB
CMYK
RGB Variations
Color information
#6AEBD0 (or 0x6AEBD0) is known color: Aquamarine. HEX triplet: 6A, EB and D0. RGB value is (106,235,208). Sum of RGB (Red+Green+Blue) = 106+235+208=549 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.31% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEBD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEBD0 is #95142F. Grayscale: #C1C1C1. Windows color (decimal): -9770032 or 13691754. OLE color: 13691754.
HSL color Cylindrical-coordinate representation of color #6AEBD0: hue angle of 167.44º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEBD0 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 235 | 208 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.08 |
| HSL | 167.44º | 0.76% | 0.67% | - |
| HSV(B) | 167.44º | 0.55% | 0.92% | - |
| XYZ | 47.04 | 67.03 | 70.13 | - |
| YUV | 193.35 | 136.26 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 235 | 208 | 0.55 | 0 | 0.11 | 0.08 | 167.44 | 0.76 | 0.67 |
| Hex | 6A | EB | D0 | 37 | 0 | B | 8 | A7 | 4C | 43 |
| Octal | 152 | 353 | 320 | 67 | 0 | 13 | 10 | 247 | 114 | 103 |
| Binary | 1101010 | 11101011 | 11010000 | 110111 | 0 | 1011 | 1000 | 10100111 | 1001100 | 1000011 |
Color Harmonies of #6AEBD0
Complementary color
Monochromatic Colors of #6AEBD0
Black with #6AEBD0
Text Example
Text Example
White with #6AEBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEBD0; }
p { color: rgb(106,235,208); }
H1.HeaderClassName
{
color: #6AEBD0;
}
.AnyTagClassName
{
color: #6AEBD0;
}
</style>
background-color css
<style>
a { background-color: #6AEBD0; }
a { background-color: rgb(106,235,208); }
div.DivClassName
{
background-color: #6AEBD0;
}
.BgClassName
{
background-color: #6AEBD0;
}
</style>
border-color css
<style>
span { border-color: #6AEBD0; }
span { border-color: rgb(106,235,208); }
td.TdClassName
{
border-color: #6AEBD0;
}
.TagClassName
{
border-color: #6AEBD0;
}
</style>