Shades of Medium Aquamarine #69FEA2
Tints of Medium Aquamarine #69FEA2
RGB
CMYK
RGB Variations
Color information
#69FEA2 (or 0x69FEA2) is known color: Medium Aquamarine. HEX triplet: 69, FE and A2. RGB value is (105,254,162). Sum of RGB (Red+Green+Blue) = 105+254+162=521 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.15% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #69FEA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69FEA2 is #96015D. Grayscale: #C7C7C7. Windows color (decimal): -9830750 or 10681961. OLE color: 10681961.
HSL color Cylindrical-coordinate representation of color #69FEA2: hue angle of 142.95º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FEA2 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 254 | 162 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.00 |
| HSL | 142.95º | 0.99% | 0.7% | - |
| HSV(B) | 142.95º | 0.59% | 1% | - |
| XYZ | 47.79 | 76.5 | 46.43 | - |
| YUV | 198.96 | 107.14 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 254 | 162 | 0.59 | 0 | 0.36 | 0.00 | 142.95 | 0.99 | 0.7 |
| Hex | 69 | FE | A2 | 3B | 0 | 24 | 0 | 8F | 63 | 46 |
| Octal | 151 | 376 | 242 | 73 | 0 | 44 | 0 | 217 | 143 | 106 |
| Binary | 1101001 | 11111110 | 10100010 | 111011 | 0 | 100100 | 0 | 10001111 | 1100011 | 1000110 |
Color Harmonies of #69FEA2
Complementary color
Monochromatic Colors of #69FEA2
Black with #69FEA2
Text Example
Text Example
White with #69FEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FEA2; }
p { color: rgb(105,254,162); }
H1.HeaderClassName
{
color: #69FEA2;
}
.AnyTagClassName
{
color: #69FEA2;
}
</style>
background-color css
<style>
a { background-color: #69FEA2; }
a { background-color: rgb(105,254,162); }
div.DivClassName
{
background-color: #69FEA2;
}
.BgClassName
{
background-color: #69FEA2;
}
</style>
border-color css
<style>
span { border-color: #69FEA2; }
span { border-color: rgb(105,254,162); }
td.TdClassName
{
border-color: #69FEA2;
}
.TagClassName
{
border-color: #69FEA2;
}
</style>