Shades of Medium Aquamarine #69E69D
Tints of Medium Aquamarine #69E69D
RGB
CMYK
RGB Variations
Color information
#69E69D (or 0x69E69D) is known color: Medium Aquamarine. HEX triplet: 69, E6 and 9D. RGB value is (105,230,157). Sum of RGB (Red+Green+Blue) = 105+230+157=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 230 - color contains mainly: green. Hex color #69E69D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69E69D is #961962. Grayscale: #B8B8B8. Windows color (decimal): -9836899 or 10348137. OLE color: 10348137.
HSL color Cylindrical-coordinate representation of color #69E69D: hue angle of 144.96º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E69D is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 230 | 157 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.10 |
| HSL | 144.96º | 0.71% | 0.66% | - |
| HSV(B) | 144.96º | 0.54% | 0.9% | - |
| XYZ | 40.21 | 62.03 | 41.75 | - |
| YUV | 184.3 | 112.59 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 230 | 157 | 0.54 | 0 | 0.32 | 0.10 | 144.96 | 0.71 | 0.66 |
| Hex | 69 | E6 | 9D | 36 | 0 | 20 | A | 91 | 47 | 42 |
| Octal | 151 | 346 | 235 | 66 | 0 | 40 | 12 | 221 | 107 | 102 |
| Binary | 1101001 | 11100110 | 10011101 | 110110 | 0 | 100000 | 1010 | 10010001 | 1000111 | 1000010 |
Color Harmonies of #69E69D
Complementary color
Monochromatic Colors of #69E69D
Black with #69E69D
Text Example
Text Example
White with #69E69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E69D; }
p { color: rgb(105,230,157); }
H1.HeaderClassName
{
color: #69E69D;
}
.AnyTagClassName
{
color: #69E69D;
}
</style>
background-color css
<style>
a { background-color: #69E69D; }
a { background-color: rgb(105,230,157); }
div.DivClassName
{
background-color: #69E69D;
}
.BgClassName
{
background-color: #69E69D;
}
</style>
border-color css
<style>
span { border-color: #69E69D; }
span { border-color: rgb(105,230,157); }
td.TdClassName
{
border-color: #69E69D;
}
.TagClassName
{
border-color: #69E69D;
}
</style>