Shades of Medium Aquamarine #69EC9E
Tints of Medium Aquamarine #69EC9E
RGB
CMYK
RGB Variations
Color information
#69EC9E (or 0x69EC9E) is known color: Medium Aquamarine. HEX triplet: 69, EC and 9E. RGB value is (105,236,158). Sum of RGB (Red+Green+Blue) = 105+236+158=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #69EC9E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EC9E is #961361. Grayscale: #BCBCBC. Windows color (decimal): -9835362 or 10415209. OLE color: 10415209.
HSL color Cylindrical-coordinate representation of color #69EC9E: hue angle of 144.27º degrees, saturation: 0.78, 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 #69EC9E is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 236 | 158 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.07 |
| HSL | 144.27º | 0.78% | 0.67% | - |
| HSV(B) | 144.27º | 0.56% | 0.93% | - |
| XYZ | 41.99 | 65.46 | 42.77 | - |
| YUV | 187.94 | 111.1 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 236 | 158 | 0.56 | 0 | 0.33 | 0.07 | 144.27 | 0.78 | 0.67 |
| Hex | 69 | EC | 9E | 38 | 0 | 21 | 7 | 90 | 4E | 43 |
| Octal | 151 | 354 | 236 | 70 | 0 | 41 | 7 | 220 | 116 | 103 |
| Binary | 1101001 | 11101100 | 10011110 | 111000 | 0 | 100001 | 111 | 10010000 | 1001110 | 1000011 |
Color Harmonies of #69EC9E
Complementary color
Monochromatic Colors of #69EC9E
Black with #69EC9E
Text Example
Text Example
White with #69EC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EC9E; }
p { color: rgb(105,236,158); }
H1.HeaderClassName
{
color: #69EC9E;
}
.AnyTagClassName
{
color: #69EC9E;
}
</style>
background-color css
<style>
a { background-color: #69EC9E; }
a { background-color: rgb(105,236,158); }
div.DivClassName
{
background-color: #69EC9E;
}
.BgClassName
{
background-color: #69EC9E;
}
</style>
border-color css
<style>
span { border-color: #69EC9E; }
span { border-color: rgb(105,236,158); }
td.TdClassName
{
border-color: #69EC9E;
}
.TagClassName
{
border-color: #69EC9E;
}
</style>