Shades of Medium Aquamarine #69E8A1
Tints of Medium Aquamarine #69E8A1
RGB
CMYK
RGB Variations
Color information
#69E8A1 (or 0x69E8A1) is known color: Medium Aquamarine. HEX triplet: 69, E8 and A1. RGB value is (105,232,161). Sum of RGB (Red+Green+Blue) = 105+232+161=498 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.08% from 498); Green value is 232 (91.02% from 255 or 46.59% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 232 - color contains mainly: green. Hex color #69E8A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69E8A1 is #96175E. Grayscale: #BABABA. Windows color (decimal): -9836383 or 10610793. OLE color: 10610793.
HSL color Cylindrical-coordinate representation of color #69E8A1: hue angle of 146.46º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E8A1 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 232 | 161 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.09 |
| HSL | 146.46º | 0.73% | 0.66% | - |
| HSV(B) | 146.46º | 0.55% | 0.91% | - |
| XYZ | 41.12 | 63.29 | 43.77 | - |
| YUV | 185.93 | 113.92 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 232 | 161 | 0.55 | 0 | 0.31 | 0.09 | 146.46 | 0.73 | 0.66 |
| Hex | 69 | E8 | A1 | 37 | 0 | 1F | 9 | 92 | 49 | 42 |
| Octal | 151 | 350 | 241 | 67 | 0 | 37 | 11 | 222 | 111 | 102 |
| Binary | 1101001 | 11101000 | 10100001 | 110111 | 0 | 11111 | 1001 | 10010010 | 1001001 | 1000010 |
Color Harmonies of #69E8A1
Complementary color
Monochromatic Colors of #69E8A1
Black with #69E8A1
Text Example
Text Example
White with #69E8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E8A1; }
p { color: rgb(105,232,161); }
H1.HeaderClassName
{
color: #69E8A1;
}
.AnyTagClassName
{
color: #69E8A1;
}
</style>
background-color css
<style>
a { background-color: #69E8A1; }
a { background-color: rgb(105,232,161); }
div.DivClassName
{
background-color: #69E8A1;
}
.BgClassName
{
background-color: #69E8A1;
}
</style>
border-color css
<style>
span { border-color: #69E8A1; }
span { border-color: rgb(105,232,161); }
td.TdClassName
{
border-color: #69E8A1;
}
.TagClassName
{
border-color: #69E8A1;
}
</style>