Shades of Medium Aquamarine #69E5AF
Tints of Medium Aquamarine #69E5AF
RGB
CMYK
RGB Variations
Color information
#69E5AF (or 0x69E5AF) is known color: Medium Aquamarine. HEX triplet: 69, E5 and AF. RGB value is (105,229,175). Sum of RGB (Red+Green+Blue) = 105+229+175=509 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.63% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #69E5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E5AF is #961A50. Grayscale: #B9B9B9. Windows color (decimal): -9837137 or 11527529. OLE color: 11527529.
HSL color Cylindrical-coordinate representation of color #69E5AF: hue angle of 153.87º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E5AF is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 229 | 175 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.10 |
| HSL | 153.87º | 0.7% | 0.65% | - |
| HSV(B) | 153.87º | 0.54% | 0.9% | - |
| XYZ | 41.58 | 62.14 | 50.36 | - |
| YUV | 185.77 | 121.92 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 229 | 175 | 0.54 | 0 | 0.24 | 0.10 | 153.87 | 0.7 | 0.65 |
| Hex | 69 | E5 | AF | 36 | 0 | 18 | A | 9A | 46 | 41 |
| Octal | 151 | 345 | 257 | 66 | 0 | 30 | 12 | 232 | 106 | 101 |
| Binary | 1101001 | 11100101 | 10101111 | 110110 | 0 | 11000 | 1010 | 10011010 | 1000110 | 1000001 |
Color Harmonies of #69E5AF
Complementary color
Monochromatic Colors of #69E5AF
Black with #69E5AF
Text Example
Text Example
White with #69E5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E5AF; }
p { color: rgb(105,229,175); }
H1.HeaderClassName
{
color: #69E5AF;
}
.AnyTagClassName
{
color: #69E5AF;
}
</style>
background-color css
<style>
a { background-color: #69E5AF; }
a { background-color: rgb(105,229,175); }
div.DivClassName
{
background-color: #69E5AF;
}
.BgClassName
{
background-color: #69E5AF;
}
</style>
border-color css
<style>
span { border-color: #69E5AF; }
span { border-color: rgb(105,229,175); }
td.TdClassName
{
border-color: #69E5AF;
}
.TagClassName
{
border-color: #69E5AF;
}
</style>