Shades of Aquamarine #6AFEBA
Tints of Aquamarine #6AFEBA
RGB
CMYK
RGB Variations
Color information
#6AFEBA (or 0x6AFEBA) is known color: Aquamarine. HEX triplet: 6A, FE and BA. RGB value is (106,254,186). Sum of RGB (Red+Green+Blue) = 106+254+186=546 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.41% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFEBA is #950145. Grayscale: #CACACA. Windows color (decimal): -9765190 or 12254826. OLE color: 12254826.
HSL color Cylindrical-coordinate representation of color #6AFEBA: hue angle of 152.43º 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 #6AFEBA is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 254 | 186 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.00 |
| HSL | 152.43º | 0.99% | 0.71% | - |
| HSV(B) | 152.43º | 0.58% | 1% | - |
| XYZ | 50.25 | 77.49 | 58.76 | - |
| YUV | 202 | 118.97 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 254 | 186 | 0.58 | 0 | 0.27 | 0.00 | 152.43 | 0.99 | 0.71 |
| Hex | 6A | FE | BA | 3A | 0 | 1B | 0 | 98 | 63 | 47 |
| Octal | 152 | 376 | 272 | 72 | 0 | 33 | 0 | 230 | 143 | 107 |
| Binary | 1101010 | 11111110 | 10111010 | 111010 | 0 | 11011 | 0 | 10011000 | 1100011 | 1000111 |
Color Harmonies of #6AFEBA
Complementary color
Monochromatic Colors of #6AFEBA
Black with #6AFEBA
Text Example
Text Example
White with #6AFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFEBA; }
p { color: rgb(106,254,186); }
H1.HeaderClassName
{
color: #6AFEBA;
}
.AnyTagClassName
{
color: #6AFEBA;
}
</style>
background-color css
<style>
a { background-color: #6AFEBA; }
a { background-color: rgb(106,254,186); }
div.DivClassName
{
background-color: #6AFEBA;
}
.BgClassName
{
background-color: #6AFEBA;
}
</style>
border-color css
<style>
span { border-color: #6AFEBA; }
span { border-color: rgb(106,254,186); }
td.TdClassName
{
border-color: #6AFEBA;
}
.TagClassName
{
border-color: #6AFEBA;
}
</style>