Shades of Medium Aquamarine #69E1A4
Tints of Medium Aquamarine #69E1A4
RGB
CMYK
RGB Variations
Color information
#69E1A4 (or 0x69E1A4) is known color: Medium Aquamarine. HEX triplet: 69, E1 and A4. RGB value is (105,225,164). Sum of RGB (Red+Green+Blue) = 105+225+164=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #69E1A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E1A4 is #961E5B. Grayscale: #B6B6B6. Windows color (decimal): -9838172 or 10805609. OLE color: 10805609.
HSL color Cylindrical-coordinate representation of color #69E1A4: hue angle of 149.5º 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 #69E1A4 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 225 | 164 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.12 |
| HSL | 149.5º | 0.67% | 0.65% | - |
| HSV(B) | 149.5º | 0.53% | 0.88% | - |
| XYZ | 39.45 | 59.53 | 44.53 | - |
| YUV | 182.17 | 117.74 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 225 | 164 | 0.53 | 0 | 0.27 | 0.12 | 149.5 | 0.67 | 0.65 |
| Hex | 69 | E1 | A4 | 35 | 0 | 1B | C | 96 | 43 | 41 |
| Octal | 151 | 341 | 244 | 65 | 0 | 33 | 14 | 226 | 103 | 101 |
| Binary | 1101001 | 11100001 | 10100100 | 110101 | 0 | 11011 | 1100 | 10010110 | 1000011 | 1000001 |
Color Harmonies of #69E1A4
Complementary color
Monochromatic Colors of #69E1A4
Black with #69E1A4
Text Example
Text Example
White with #69E1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E1A4; }
p { color: rgb(105,225,164); }
H1.HeaderClassName
{
color: #69E1A4;
}
.AnyTagClassName
{
color: #69E1A4;
}
</style>
background-color css
<style>
a { background-color: #69E1A4; }
a { background-color: rgb(105,225,164); }
div.DivClassName
{
background-color: #69E1A4;
}
.BgClassName
{
background-color: #69E1A4;
}
</style>
border-color css
<style>
span { border-color: #69E1A4; }
span { border-color: rgb(105,225,164); }
td.TdClassName
{
border-color: #69E1A4;
}
.TagClassName
{
border-color: #69E1A4;
}
</style>