Shades of Medium Aquamarine #69EC9D
Tints of Medium Aquamarine #69EC9D
RGB
CMYK
RGB Variations
Color information
#69EC9D (or 0x69EC9D) is known color: Medium Aquamarine. HEX triplet: 69, EC and 9D. RGB value is (105,236,157). Sum of RGB (Red+Green+Blue) = 105+236+157=498 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.08% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #69EC9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EC9D is #961362. Grayscale: #BCBCBC. Windows color (decimal): -9835363 or 10349673. OLE color: 10349673.
HSL color Cylindrical-coordinate representation of color #69EC9D: hue angle of 143.82º 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 #69EC9D is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 236 | 157 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.07 |
| HSL | 143.82º | 0.78% | 0.67% | - |
| HSV(B) | 143.82º | 0.56% | 0.93% | - |
| XYZ | 41.91 | 65.43 | 42.32 | - |
| YUV | 187.83 | 110.6 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 236 | 157 | 0.56 | 0 | 0.33 | 0.07 | 143.82 | 0.78 | 0.67 |
| Hex | 69 | EC | 9D | 38 | 0 | 21 | 7 | 90 | 4E | 43 |
| Octal | 151 | 354 | 235 | 70 | 0 | 41 | 7 | 220 | 116 | 103 |
| Binary | 1101001 | 11101100 | 10011101 | 111000 | 0 | 100001 | 111 | 10010000 | 1001110 | 1000011 |
Color Harmonies of #69EC9D
Complementary color
Monochromatic Colors of #69EC9D
Black with #69EC9D
Text Example
Text Example
White with #69EC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EC9D; }
p { color: rgb(105,236,157); }
H1.HeaderClassName
{
color: #69EC9D;
}
.AnyTagClassName
{
color: #69EC9D;
}
</style>
background-color css
<style>
a { background-color: #69EC9D; }
a { background-color: rgb(105,236,157); }
div.DivClassName
{
background-color: #69EC9D;
}
.BgClassName
{
background-color: #69EC9D;
}
</style>
border-color css
<style>
span { border-color: #69EC9D; }
span { border-color: rgb(105,236,157); }
td.TdClassName
{
border-color: #69EC9D;
}
.TagClassName
{
border-color: #69EC9D;
}
</style>