Shades of Medium Aquamarine #69E5AC
Tints of Medium Aquamarine #69E5AC
RGB
CMYK
RGB Variations
Color information
#69E5AC (or 0x69E5AC) is known color: Medium Aquamarine. HEX triplet: 69, E5 and AC. RGB value is (105,229,172). Sum of RGB (Red+Green+Blue) = 105+229+172=506 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.75% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #69E5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E5AC is #961A53. Grayscale: #B9B9B9. Windows color (decimal): -9837140 or 11330921. OLE color: 11330921.
HSL color Cylindrical-coordinate representation of color #69E5AC: hue angle of 152.42º 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 #69E5AC is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 229 | 172 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.10 |
| HSL | 152.42º | 0.7% | 0.65% | - |
| HSV(B) | 152.42º | 0.54% | 0.9% | - |
| XYZ | 41.29 | 62.02 | 48.82 | - |
| YUV | 185.43 | 120.42 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 229 | 172 | 0.54 | 0 | 0.25 | 0.10 | 152.42 | 0.7 | 0.65 |
| Hex | 69 | E5 | AC | 36 | 0 | 19 | A | 98 | 46 | 41 |
| Octal | 151 | 345 | 254 | 66 | 0 | 31 | 12 | 230 | 106 | 101 |
| Binary | 1101001 | 11100101 | 10101100 | 110110 | 0 | 11001 | 1010 | 10011000 | 1000110 | 1000001 |
Color Harmonies of #69E5AC
Complementary color
Monochromatic Colors of #69E5AC
Black with #69E5AC
Text Example
Text Example
White with #69E5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E5AC; }
p { color: rgb(105,229,172); }
H1.HeaderClassName
{
color: #69E5AC;
}
.AnyTagClassName
{
color: #69E5AC;
}
</style>
background-color css
<style>
a { background-color: #69E5AC; }
a { background-color: rgb(105,229,172); }
div.DivClassName
{
background-color: #69E5AC;
}
.BgClassName
{
background-color: #69E5AC;
}
</style>
border-color css
<style>
span { border-color: #69E5AC; }
span { border-color: rgb(105,229,172); }
td.TdClassName
{
border-color: #69E5AC;
}
.TagClassName
{
border-color: #69E5AC;
}
</style>