Shades of Aquamarine #6AFAE2
Tints of Aquamarine #6AFAE2
RGB
CMYK
RGB Variations
Color information
#6AFAE2 (or 0x6AFAE2) is known color: Aquamarine. HEX triplet: 6A, FA and E2. RGB value is (106,250,226). Sum of RGB (Red+Green+Blue) = 106+250+226=582 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.21% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFAE2 is #95051D. Grayscale: #CCCCCC. Windows color (decimal): -9766174 or 14875242. OLE color: 14875242.
HSL color Cylindrical-coordinate representation of color #6AFAE2: hue angle of 170º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFAE2 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 250 | 226 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.02 |
| HSL | 170º | 0.94% | 0.7% | - |
| HSV(B) | 170º | 0.58% | 0.98% | - |
| XYZ | 53.86 | 76.93 | 83.96 | - |
| YUV | 204.21 | 140.29 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 250 | 226 | 0.58 | 0 | 0.10 | 0.02 | 170 | 0.94 | 0.7 |
| Hex | 6A | FA | E2 | 3A | 0 | A | 2 | AA | 5E | 46 |
| Octal | 152 | 372 | 342 | 72 | 0 | 12 | 2 | 252 | 136 | 106 |
| Binary | 1101010 | 11111010 | 11100010 | 111010 | 0 | 1010 | 10 | 10101010 | 1011110 | 1000110 |
Color Harmonies of #6AFAE2
Complementary color
Monochromatic Colors of #6AFAE2
Black with #6AFAE2
Text Example
Text Example
White with #6AFAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFAE2; }
p { color: rgb(106,250,226); }
H1.HeaderClassName
{
color: #6AFAE2;
}
.AnyTagClassName
{
color: #6AFAE2;
}
</style>
background-color css
<style>
a { background-color: #6AFAE2; }
a { background-color: rgb(106,250,226); }
div.DivClassName
{
background-color: #6AFAE2;
}
.BgClassName
{
background-color: #6AFAE2;
}
</style>
border-color css
<style>
span { border-color: #6AFAE2; }
span { border-color: rgb(106,250,226); }
td.TdClassName
{
border-color: #6AFAE2;
}
.TagClassName
{
border-color: #6AFAE2;
}
</style>