Shades of Medium Aquamarine #69E397
Tints of Medium Aquamarine #69E397
RGB
CMYK
RGB Variations
Color information
#69E397 (or 0x69E397) is known color: Medium Aquamarine. HEX triplet: 69, E3 and 97. RGB value is (105,227,151). Sum of RGB (Red+Green+Blue) = 105+227+151=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #69E397 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E397 is #961C68. Grayscale: #B6B6B6. Windows color (decimal): -9837673 or 9954153. OLE color: 9954153.
HSL color Cylindrical-coordinate representation of color #69E397: hue angle of 142.62º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E397 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 227 | 151 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.11 |
| HSL | 142.62º | 0.69% | 0.65% | - |
| HSV(B) | 142.62º | 0.54% | 0.89% | - |
| XYZ | 38.88 | 60.18 | 38.84 | - |
| YUV | 181.86 | 110.58 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 227 | 151 | 0.54 | 0 | 0.33 | 0.11 | 142.62 | 0.69 | 0.65 |
| Hex | 69 | E3 | 97 | 36 | 0 | 21 | B | 8F | 45 | 41 |
| Octal | 151 | 343 | 227 | 66 | 0 | 41 | 13 | 217 | 105 | 101 |
| Binary | 1101001 | 11100011 | 10010111 | 110110 | 0 | 100001 | 1011 | 10001111 | 1000101 | 1000001 |
Color Harmonies of #69E397
Complementary color
Monochromatic Colors of #69E397
Black with #69E397
Text Example
Text Example
White with #69E397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E397; }
p { color: rgb(105,227,151); }
H1.HeaderClassName
{
color: #69E397;
}
.AnyTagClassName
{
color: #69E397;
}
</style>
background-color css
<style>
a { background-color: #69E397; }
a { background-color: rgb(105,227,151); }
div.DivClassName
{
background-color: #69E397;
}
.BgClassName
{
background-color: #69E397;
}
</style>
border-color css
<style>
span { border-color: #69E397; }
span { border-color: rgb(105,227,151); }
td.TdClassName
{
border-color: #69E397;
}
.TagClassName
{
border-color: #69E397;
}
</style>