Shades of Medium Aquamarine #69E1AD
Tints of Medium Aquamarine #69E1AD
RGB
CMYK
RGB Variations
Color information
#69E1AD (or 0x69E1AD) is known color: Medium Aquamarine. HEX triplet: 69, E1 and AD. RGB value is (105,225,173). Sum of RGB (Red+Green+Blue) = 105+225+173=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #69E1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E1AD is #961E52. Grayscale: #B7B7B7. Windows color (decimal): -9838163 or 11395433. OLE color: 11395433.
HSL color Cylindrical-coordinate representation of color #69E1AD: hue angle of 154º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69E1AD is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 225 | 173 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.12 |
| HSL | 154º | 0.67% | 0.65% | - |
| HSV(B) | 154º | 0.53% | 0.88% | - |
| XYZ | 40.29 | 59.87 | 48.97 | - |
| YUV | 183.19 | 122.24 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 225 | 173 | 0.53 | 0 | 0.23 | 0.12 | 154 | 0.67 | 0.65 |
| Hex | 69 | E1 | AD | 35 | 0 | 17 | C | 9A | 43 | 41 |
| Octal | 151 | 341 | 255 | 65 | 0 | 27 | 14 | 232 | 103 | 101 |
| Binary | 1101001 | 11100001 | 10101101 | 110101 | 0 | 10111 | 1100 | 10011010 | 1000011 | 1000001 |
Color Harmonies of #69E1AD
Complementary color
Monochromatic Colors of #69E1AD
Black with #69E1AD
Text Example
Text Example
White with #69E1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E1AD; }
p { color: rgb(105,225,173); }
H1.HeaderClassName
{
color: #69E1AD;
}
.AnyTagClassName
{
color: #69E1AD;
}
</style>
background-color css
<style>
a { background-color: #69E1AD; }
a { background-color: rgb(105,225,173); }
div.DivClassName
{
background-color: #69E1AD;
}
.BgClassName
{
background-color: #69E1AD;
}
</style>
border-color css
<style>
span { border-color: #69E1AD; }
span { border-color: rgb(105,225,173); }
td.TdClassName
{
border-color: #69E1AD;
}
.TagClassName
{
border-color: #69E1AD;
}
</style>