Shades of Aquamarine #6AFED2
Tints of Aquamarine #6AFED2
RGB
CMYK
RGB Variations
Color information
#6AFED2 (or 0x6AFED2) is known color: Aquamarine. HEX triplet: 6A, FE and D2. RGB value is (106,254,210). Sum of RGB (Red+Green+Blue) = 106+254+210=570 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.60% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFED2 is #95012D. Grayscale: #CCCCCC. Windows color (decimal): -9765166 or 13827690. OLE color: 13827690.
HSL color Cylindrical-coordinate representation of color #6AFED2: hue angle of 162.16º 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 #6AFED2 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 254 | 210 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.00 |
| HSL | 162.16º | 0.99% | 0.71% | - |
| HSV(B) | 162.16º | 0.58% | 1% | - |
| XYZ | 53.02 | 78.6 | 73.35 | - |
| YUV | 204.73 | 130.97 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 254 | 210 | 0.58 | 0 | 0.17 | 0.00 | 162.16 | 0.99 | 0.71 |
| Hex | 6A | FE | D2 | 3A | 0 | 11 | 0 | A2 | 63 | 47 |
| Octal | 152 | 376 | 322 | 72 | 0 | 21 | 0 | 242 | 143 | 107 |
| Binary | 1101010 | 11111110 | 11010010 | 111010 | 0 | 10001 | 0 | 10100010 | 1100011 | 1000111 |
Color Harmonies of #6AFED2
Complementary color
Monochromatic Colors of #6AFED2
Black with #6AFED2
Text Example
Text Example
White with #6AFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFED2; }
p { color: rgb(106,254,210); }
H1.HeaderClassName
{
color: #6AFED2;
}
.AnyTagClassName
{
color: #6AFED2;
}
</style>
background-color css
<style>
a { background-color: #6AFED2; }
a { background-color: rgb(106,254,210); }
div.DivClassName
{
background-color: #6AFED2;
}
.BgClassName
{
background-color: #6AFED2;
}
</style>
border-color css
<style>
span { border-color: #6AFED2; }
span { border-color: rgb(106,254,210); }
td.TdClassName
{
border-color: #6AFED2;
}
.TagClassName
{
border-color: #6AFED2;
}
</style>