Shades of Aquamarine #6AFEAC
Tints of Aquamarine #6AFEAC
RGB
CMYK
RGB Variations
Color information
#6AFEAC (or 0x6AFEAC) is known color: Aquamarine. HEX triplet: 6A, FE and AC. RGB value is (106,254,172). Sum of RGB (Red+Green+Blue) = 106+254+172=532 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.92% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFEAC is #950153. Grayscale: #C8C8C8. Windows color (decimal): -9765204 or 11337322. OLE color: 11337322.
HSL color Cylindrical-coordinate representation of color #6AFEAC: hue angle of 146.76º 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 #6AFEAC is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 254 | 172 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.00 |
| HSL | 146.76º | 0.99% | 0.71% | - |
| HSV(B) | 146.76º | 0.58% | 1% | - |
| XYZ | 48.83 | 76.93 | 51.3 | - |
| YUV | 200.4 | 111.97 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 254 | 172 | 0.58 | 0 | 0.32 | 0.00 | 146.76 | 0.99 | 0.71 |
| Hex | 6A | FE | AC | 3A | 0 | 20 | 0 | 93 | 63 | 47 |
| Octal | 152 | 376 | 254 | 72 | 0 | 40 | 0 | 223 | 143 | 107 |
| Binary | 1101010 | 11111110 | 10101100 | 111010 | 0 | 100000 | 0 | 10010011 | 1100011 | 1000111 |
Color Harmonies of #6AFEAC
Complementary color
Monochromatic Colors of #6AFEAC
Black with #6AFEAC
Text Example
Text Example
White with #6AFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFEAC; }
p { color: rgb(106,254,172); }
H1.HeaderClassName
{
color: #6AFEAC;
}
.AnyTagClassName
{
color: #6AFEAC;
}
</style>
background-color css
<style>
a { background-color: #6AFEAC; }
a { background-color: rgb(106,254,172); }
div.DivClassName
{
background-color: #6AFEAC;
}
.BgClassName
{
background-color: #6AFEAC;
}
</style>
border-color css
<style>
span { border-color: #6AFEAC; }
span { border-color: rgb(106,254,172); }
td.TdClassName
{
border-color: #6AFEAC;
}
.TagClassName
{
border-color: #6AFEAC;
}
</style>