Shades of Medium Aquamarine #69D8A7
Tints of Medium Aquamarine #69D8A7
RGB
CMYK
RGB Variations
Color information
#69D8A7 (or 0x69D8A7) is known color: Medium Aquamarine. HEX triplet: 69, D8 and A7. RGB value is (105,216,167). Sum of RGB (Red+Green+Blue) = 105+216+167=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #69D8A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D8A7 is #962758. Grayscale: #B1B1B1. Windows color (decimal): -9840473 or 10999913. OLE color: 10999913.
HSL color Cylindrical-coordinate representation of color #69D8A7: hue angle of 153.51º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D8A7 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 216 | 167 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.15 |
| HSL | 153.51º | 0.59% | 0.63% | - |
| HSV(B) | 153.51º | 0.51% | 0.85% | - |
| XYZ | 37.36 | 54.91 | 45.19 | - |
| YUV | 177.23 | 122.23 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 216 | 167 | 0.51 | 0 | 0.23 | 0.15 | 153.51 | 0.59 | 0.63 |
| Hex | 69 | D8 | A7 | 33 | 0 | 17 | F | 9A | 3B | 3F |
| Octal | 151 | 330 | 247 | 63 | 0 | 27 | 17 | 232 | 73 | 77 |
| Binary | 1101001 | 11011000 | 10100111 | 110011 | 0 | 10111 | 1111 | 10011010 | 111011 | 111111 |
Color Harmonies of #69D8A7
Complementary color
Monochromatic Colors of #69D8A7
Black with #69D8A7
Text Example
Text Example
White with #69D8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D8A7; }
p { color: rgb(105,216,167); }
H1.HeaderClassName
{
color: #69D8A7;
}
.AnyTagClassName
{
color: #69D8A7;
}
</style>
background-color css
<style>
a { background-color: #69D8A7; }
a { background-color: rgb(105,216,167); }
div.DivClassName
{
background-color: #69D8A7;
}
.BgClassName
{
background-color: #69D8A7;
}
</style>
border-color css
<style>
span { border-color: #69D8A7; }
span { border-color: rgb(105,216,167); }
td.TdClassName
{
border-color: #69D8A7;
}
.TagClassName
{
border-color: #69D8A7;
}
</style>