Shades of Medium Aquamarine #69F299
Tints of Medium Aquamarine #69F299
RGB
CMYK
RGB Variations
Color information
#69F299 (or 0x69F299) is known color: Medium Aquamarine. HEX triplet: 69, F2 and 99. RGB value is (105,242,153). Sum of RGB (Red+Green+Blue) = 105+242+153=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #69F299 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F299 is #960D66. Grayscale: #BFBFBF. Windows color (decimal): -9833831 or 10089065. OLE color: 10089065.
HSL color Cylindrical-coordinate representation of color #69F299: hue angle of 141.02º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F299 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 242 | 153 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.05 |
| HSL | 141.02º | 0.84% | 0.68% | - |
| HSV(B) | 141.02º | 0.57% | 0.95% | - |
| XYZ | 43.33 | 68.81 | 41.13 | - |
| YUV | 190.89 | 106.61 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 242 | 153 | 0.57 | 0 | 0.37 | 0.05 | 141.02 | 0.84 | 0.68 |
| Hex | 69 | F2 | 99 | 39 | 0 | 25 | 5 | 8D | 54 | 44 |
| Octal | 151 | 362 | 231 | 71 | 0 | 45 | 5 | 215 | 124 | 104 |
| Binary | 1101001 | 11110010 | 10011001 | 111001 | 0 | 100101 | 101 | 10001101 | 1010100 | 1000100 |
Color Harmonies of #69F299
Complementary color
Monochromatic Colors of #69F299
Black with #69F299
Text Example
Text Example
White with #69F299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F299; }
p { color: rgb(105,242,153); }
H1.HeaderClassName
{
color: #69F299;
}
.AnyTagClassName
{
color: #69F299;
}
</style>
background-color css
<style>
a { background-color: #69F299; }
a { background-color: rgb(105,242,153); }
div.DivClassName
{
background-color: #69F299;
}
.BgClassName
{
background-color: #69F299;
}
</style>
border-color css
<style>
span { border-color: #69F299; }
span { border-color: rgb(105,242,153); }
td.TdClassName
{
border-color: #69F299;
}
.TagClassName
{
border-color: #69F299;
}
</style>