Shades of Medium Aquamarine #6AE8A5
Tints of Medium Aquamarine #6AE8A5
RGB
CMYK
RGB Variations
Color information
#6AE8A5 (or 0x6AE8A5) is known color: Medium Aquamarine. HEX triplet: 6A, E8 and A5. RGB value is (106,232,165). Sum of RGB (Red+Green+Blue) = 106+232+165=503 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.07% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 165 (64.84% from 255 or 32.80% from 503); Max value from RGB is 232 - color contains mainly: green. Hex color #6AE8A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AE8A5 is #95175A. Grayscale: #BABABA. Windows color (decimal): -9770843 or 10872938. OLE color: 10872938.
HSL color Cylindrical-coordinate representation of color #6AE8A5: hue angle of 148.1º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE8A5 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 106 | 232 | 165 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.09 |
| HSL | 148.1º | 0.73% | 0.66% | - |
| HSV(B) | 148.1º | 0.54% | 0.91% | - |
| XYZ | 41.59 | 63.49 | 45.66 | - |
| YUV | 186.69 | 115.76 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 232 | 165 | 0.54 | 0 | 0.29 | 0.09 | 148.1 | 0.73 | 0.66 |
| Hex | 6A | E8 | A5 | 36 | 0 | 1D | 9 | 94 | 49 | 42 |
| Octal | 152 | 350 | 245 | 66 | 0 | 35 | 11 | 224 | 111 | 102 |
| Binary | 1101010 | 11101000 | 10100101 | 110110 | 0 | 11101 | 1001 | 10010100 | 1001001 | 1000010 |
Color Harmonies of #6AE8A5
Complementary color
Monochromatic Colors of #6AE8A5
Black with #6AE8A5
Text Example
Text Example
White with #6AE8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE8A5; }
p { color: rgb(106,232,165); }
H1.HeaderClassName
{
color: #6AE8A5;
}
.AnyTagClassName
{
color: #6AE8A5;
}
</style>
background-color css
<style>
a { background-color: #6AE8A5; }
a { background-color: rgb(106,232,165); }
div.DivClassName
{
background-color: #6AE8A5;
}
.BgClassName
{
background-color: #6AE8A5;
}
</style>
border-color css
<style>
span { border-color: #6AE8A5; }
span { border-color: rgb(106,232,165); }
td.TdClassName
{
border-color: #6AE8A5;
}
.TagClassName
{
border-color: #6AE8A5;
}
</style>