Shades of Medium Aquamarine #69EEA0
Tints of Medium Aquamarine #69EEA0
RGB
CMYK
RGB Variations
Color information
#69EEA0 (or 0x69EEA0) is known color: Medium Aquamarine. HEX triplet: 69, EE and A0. RGB value is (105,238,160). Sum of RGB (Red+Green+Blue) = 105+238+160=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #69EEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EEA0 is #96115F. Grayscale: #BDBDBD. Windows color (decimal): -9834848 or 10546793. OLE color: 10546793.
HSL color Cylindrical-coordinate representation of color #69EEA0: hue angle of 144.81º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EEA0 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 238 | 160 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.07 |
| HSL | 144.81º | 0.8% | 0.67% | - |
| HSV(B) | 144.81º | 0.56% | 0.93% | - |
| XYZ | 42.75 | 66.69 | 43.88 | - |
| YUV | 189.34 | 111.44 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 238 | 160 | 0.56 | 0 | 0.33 | 0.07 | 144.81 | 0.8 | 0.67 |
| Hex | 69 | EE | A0 | 38 | 0 | 21 | 7 | 91 | 50 | 43 |
| Octal | 151 | 356 | 240 | 70 | 0 | 41 | 7 | 221 | 120 | 103 |
| Binary | 1101001 | 11101110 | 10100000 | 111000 | 0 | 100001 | 111 | 10010001 | 1010000 | 1000011 |
Color Harmonies of #69EEA0
Complementary color
Monochromatic Colors of #69EEA0
Black with #69EEA0
Text Example
Text Example
White with #69EEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EEA0; }
p { color: rgb(105,238,160); }
H1.HeaderClassName
{
color: #69EEA0;
}
.AnyTagClassName
{
color: #69EEA0;
}
</style>
background-color css
<style>
a { background-color: #69EEA0; }
a { background-color: rgb(105,238,160); }
div.DivClassName
{
background-color: #69EEA0;
}
.BgClassName
{
background-color: #69EEA0;
}
</style>
border-color css
<style>
span { border-color: #69EEA0; }
span { border-color: rgb(105,238,160); }
td.TdClassName
{
border-color: #69EEA0;
}
.TagClassName
{
border-color: #69EEA0;
}
</style>