Shades of Medium Aquamarine #69EC9F
Tints of Medium Aquamarine #69EC9F
RGB
CMYK
RGB Variations
Color information
#69EC9F (or 0x69EC9F) is known color: Medium Aquamarine. HEX triplet: 69, EC and 9F. RGB value is (105,236,159). Sum of RGB (Red+Green+Blue) = 105+236+159=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #69EC9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EC9F is #961360. Grayscale: #BCBCBC. Windows color (decimal): -9835361 or 10480745. OLE color: 10480745.
HSL color Cylindrical-coordinate representation of color #69EC9F: hue angle of 144.73º 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 #69EC9F is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 236 | 159 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.07 |
| HSL | 144.73º | 0.78% | 0.67% | - |
| HSV(B) | 144.73º | 0.56% | 0.93% | - |
| XYZ | 42.08 | 65.5 | 43.23 | - |
| YUV | 188.05 | 111.6 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 236 | 159 | 0.56 | 0 | 0.33 | 0.07 | 144.73 | 0.78 | 0.67 |
| Hex | 69 | EC | 9F | 38 | 0 | 21 | 7 | 91 | 4E | 43 |
| Octal | 151 | 354 | 237 | 70 | 0 | 41 | 7 | 221 | 116 | 103 |
| Binary | 1101001 | 11101100 | 10011111 | 111000 | 0 | 100001 | 111 | 10010001 | 1001110 | 1000011 |
Color Harmonies of #69EC9F
Complementary color
Monochromatic Colors of #69EC9F
Black with #69EC9F
Text Example
Text Example
White with #69EC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EC9F; }
p { color: rgb(105,236,159); }
H1.HeaderClassName
{
color: #69EC9F;
}
.AnyTagClassName
{
color: #69EC9F;
}
</style>
background-color css
<style>
a { background-color: #69EC9F; }
a { background-color: rgb(105,236,159); }
div.DivClassName
{
background-color: #69EC9F;
}
.BgClassName
{
background-color: #69EC9F;
}
</style>
border-color css
<style>
span { border-color: #69EC9F; }
span { border-color: rgb(105,236,159); }
td.TdClassName
{
border-color: #69EC9F;
}
.TagClassName
{
border-color: #69EC9F;
}
</style>