Shades of Medium Aquamarine #69E9A0
Tints of Medium Aquamarine #69E9A0
RGB
CMYK
RGB Variations
Color information
#69E9A0 (or 0x69E9A0) is known color: Medium Aquamarine. HEX triplet: 69, E9 and A0. RGB value is (105,233,160). Sum of RGB (Red+Green+Blue) = 105+233+160=498 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.08% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #69E9A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69E9A0 is #96165F. Grayscale: #BABABA. Windows color (decimal): -9836128 or 10545513. OLE color: 10545513.
HSL color Cylindrical-coordinate representation of color #69E9A0: hue angle of 145.78º degrees, saturation: 0.74, 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 #69E9A0 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 233 | 160 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.09 |
| HSL | 145.78º | 0.74% | 0.66% | - |
| HSV(B) | 145.78º | 0.55% | 0.91% | - |
| XYZ | 41.31 | 63.82 | 43.4 | - |
| YUV | 186.41 | 113.09 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 233 | 160 | 0.55 | 0 | 0.31 | 0.09 | 145.78 | 0.74 | 0.66 |
| Hex | 69 | E9 | A0 | 37 | 0 | 1F | 9 | 92 | 4A | 42 |
| Octal | 151 | 351 | 240 | 67 | 0 | 37 | 11 | 222 | 112 | 102 |
| Binary | 1101001 | 11101001 | 10100000 | 110111 | 0 | 11111 | 1001 | 10010010 | 1001010 | 1000010 |
Color Harmonies of #69E9A0
Complementary color
Monochromatic Colors of #69E9A0
Black with #69E9A0
Text Example
Text Example
White with #69E9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E9A0; }
p { color: rgb(105,233,160); }
H1.HeaderClassName
{
color: #69E9A0;
}
.AnyTagClassName
{
color: #69E9A0;
}
</style>
background-color css
<style>
a { background-color: #69E9A0; }
a { background-color: rgb(105,233,160); }
div.DivClassName
{
background-color: #69E9A0;
}
.BgClassName
{
background-color: #69E9A0;
}
</style>
border-color css
<style>
span { border-color: #69E9A0; }
span { border-color: rgb(105,233,160); }
td.TdClassName
{
border-color: #69E9A0;
}
.TagClassName
{
border-color: #69E9A0;
}
</style>