Shades of Aquamarine #6AFEAB
Tints of Aquamarine #6AFEAB
RGB
CMYK
RGB Variations
Color information
#6AFEAB (or 0x6AFEAB) is known color: Aquamarine. HEX triplet: 6A, FE and AB. RGB value is (106,254,171). Sum of RGB (Red+Green+Blue) = 106+254+171=531 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.96% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFEAB is #950154. Grayscale: #C8C8C8. Windows color (decimal): -9765205 or 11271786. OLE color: 11271786.
HSL color Cylindrical-coordinate representation of color #6AFEAB: hue angle of 146.35º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFEAB is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 254 | 171 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.00 |
| HSL | 146.35º | 0.99% | 0.71% | - |
| HSV(B) | 146.35º | 0.58% | 1% | - |
| XYZ | 48.74 | 76.89 | 50.8 | - |
| YUV | 200.29 | 111.47 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 254 | 171 | 0.58 | 0 | 0.33 | 0.00 | 146.35 | 0.99 | 0.71 |
| Hex | 6A | FE | AB | 3A | 0 | 21 | 0 | 92 | 63 | 47 |
| Octal | 152 | 376 | 253 | 72 | 0 | 41 | 0 | 222 | 143 | 107 |
| Binary | 1101010 | 11111110 | 10101011 | 111010 | 0 | 100001 | 0 | 10010010 | 1100011 | 1000111 |
Color Harmonies of #6AFEAB
Complementary color
Monochromatic Colors of #6AFEAB
Black with #6AFEAB
Text Example
Text Example
White with #6AFEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFEAB; }
p { color: rgb(106,254,171); }
H1.HeaderClassName
{
color: #6AFEAB;
}
.AnyTagClassName
{
color: #6AFEAB;
}
</style>
background-color css
<style>
a { background-color: #6AFEAB; }
a { background-color: rgb(106,254,171); }
div.DivClassName
{
background-color: #6AFEAB;
}
.BgClassName
{
background-color: #6AFEAB;
}
</style>
border-color css
<style>
span { border-color: #6AFEAB; }
span { border-color: rgb(106,254,171); }
td.TdClassName
{
border-color: #6AFEAB;
}
.TagClassName
{
border-color: #6AFEAB;
}
</style>