Shades of Medium Aquamarine #69E8AF
Tints of Medium Aquamarine #69E8AF
RGB
CMYK
RGB Variations
Color information
#69E8AF (or 0x69E8AF) is known color: Medium Aquamarine. HEX triplet: 69, E8 and AF. RGB value is (105,232,175). Sum of RGB (Red+Green+Blue) = 105+232+175=512 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.51% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 232 - color contains mainly: green. Hex color #69E8AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69E8AF is #961750. Grayscale: #BBBBBB. Windows color (decimal): -9836369 or 11528297. OLE color: 11528297.
HSL color Cylindrical-coordinate representation of color #69E8AF: hue angle of 153.07º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E8AF is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 232 | 175 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.09 |
| HSL | 153.07º | 0.73% | 0.66% | - |
| HSV(B) | 153.07º | 0.55% | 0.91% | - |
| XYZ | 42.42 | 63.81 | 50.64 | - |
| YUV | 187.53 | 120.92 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 232 | 175 | 0.55 | 0 | 0.25 | 0.09 | 153.07 | 0.73 | 0.66 |
| Hex | 69 | E8 | AF | 37 | 0 | 19 | 9 | 99 | 49 | 42 |
| Octal | 151 | 350 | 257 | 67 | 0 | 31 | 11 | 231 | 111 | 102 |
| Binary | 1101001 | 11101000 | 10101111 | 110111 | 0 | 11001 | 1001 | 10011001 | 1001001 | 1000010 |
Color Harmonies of #69E8AF
Complementary color
Monochromatic Colors of #69E8AF
Black with #69E8AF
Text Example
Text Example
White with #69E8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E8AF; }
p { color: rgb(105,232,175); }
H1.HeaderClassName
{
color: #69E8AF;
}
.AnyTagClassName
{
color: #69E8AF;
}
</style>
background-color css
<style>
a { background-color: #69E8AF; }
a { background-color: rgb(105,232,175); }
div.DivClassName
{
background-color: #69E8AF;
}
.BgClassName
{
background-color: #69E8AF;
}
</style>
border-color css
<style>
span { border-color: #69E8AF; }
span { border-color: rgb(105,232,175); }
td.TdClassName
{
border-color: #69E8AF;
}
.TagClassName
{
border-color: #69E8AF;
}
</style>