Shades of Medium Aquamarine #69ED9A
Tints of Medium Aquamarine #69ED9A
RGB
CMYK
RGB Variations
Color information
#69ED9A (or 0x69ED9A) is known color: Medium Aquamarine. HEX triplet: 69, ED and 9A. RGB value is (105,237,154). Sum of RGB (Red+Green+Blue) = 105+237+154=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #69ED9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69ED9A is #961265. Grayscale: #BCBCBC. Windows color (decimal): -9835110 or 10153321. OLE color: 10153321.
HSL color Cylindrical-coordinate representation of color #69ED9A: hue angle of 142.27º degrees, saturation: 0.79, 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 #69ED9A is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 237 | 154 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.07 |
| HSL | 142.27º | 0.79% | 0.67% | - |
| HSV(B) | 142.27º | 0.56% | 0.93% | - |
| XYZ | 41.94 | 65.9 | 41.08 | - |
| YUV | 188.07 | 108.77 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 237 | 154 | 0.56 | 0 | 0.35 | 0.07 | 142.27 | 0.79 | 0.67 |
| Hex | 69 | ED | 9A | 38 | 0 | 23 | 7 | 8E | 4F | 43 |
| Octal | 151 | 355 | 232 | 70 | 0 | 43 | 7 | 216 | 117 | 103 |
| Binary | 1101001 | 11101101 | 10011010 | 111000 | 0 | 100011 | 111 | 10001110 | 1001111 | 1000011 |
Color Harmonies of #69ED9A
Complementary color
Monochromatic Colors of #69ED9A
Black with #69ED9A
Text Example
Text Example
White with #69ED9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ED9A; }
p { color: rgb(105,237,154); }
H1.HeaderClassName
{
color: #69ED9A;
}
.AnyTagClassName
{
color: #69ED9A;
}
</style>
background-color css
<style>
a { background-color: #69ED9A; }
a { background-color: rgb(105,237,154); }
div.DivClassName
{
background-color: #69ED9A;
}
.BgClassName
{
background-color: #69ED9A;
}
</style>
border-color css
<style>
span { border-color: #69ED9A; }
span { border-color: rgb(105,237,154); }
td.TdClassName
{
border-color: #69ED9A;
}
.TagClassName
{
border-color: #69ED9A;
}
</style>