Shades of Medium Aquamarine #69E099
Tints of Medium Aquamarine #69E099
RGB
CMYK
RGB Variations
Color information
#69E099 (or 0x69E099) is known color: Medium Aquamarine. HEX triplet: 69, E0 and 99. RGB value is (105,224,153). Sum of RGB (Red+Green+Blue) = 105+224+153=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #69E099 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E099 is #961F66. Grayscale: #B4B4B4. Windows color (decimal): -9838439 or 10084457. OLE color: 10084457.
HSL color Cylindrical-coordinate representation of color #69E099: hue angle of 144.2º degrees, saturation: 0.66, 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 #69E099 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 224 | 153 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.12 |
| HSL | 144.2º | 0.66% | 0.65% | - |
| HSV(B) | 144.2º | 0.53% | 0.88% | - |
| XYZ | 38.23 | 58.61 | 39.44 | - |
| YUV | 180.33 | 112.58 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 224 | 153 | 0.53 | 0 | 0.32 | 0.12 | 144.2 | 0.66 | 0.65 |
| Hex | 69 | E0 | 99 | 35 | 0 | 20 | C | 90 | 42 | 41 |
| Octal | 151 | 340 | 231 | 65 | 0 | 40 | 14 | 220 | 102 | 101 |
| Binary | 1101001 | 11100000 | 10011001 | 110101 | 0 | 100000 | 1100 | 10010000 | 1000010 | 1000001 |
Color Harmonies of #69E099
Complementary color
Monochromatic Colors of #69E099
Black with #69E099
Text Example
Text Example
White with #69E099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E099; }
p { color: rgb(105,224,153); }
H1.HeaderClassName
{
color: #69E099;
}
.AnyTagClassName
{
color: #69E099;
}
</style>
background-color css
<style>
a { background-color: #69E099; }
a { background-color: rgb(105,224,153); }
div.DivClassName
{
background-color: #69E099;
}
.BgClassName
{
background-color: #69E099;
}
</style>
border-color css
<style>
span { border-color: #69E099; }
span { border-color: rgb(105,224,153); }
td.TdClassName
{
border-color: #69E099;
}
.TagClassName
{
border-color: #69E099;
}
</style>