Shades of Medium Aquamarine #69C9A6
Tints of Medium Aquamarine #69C9A6
RGB
CMYK
RGB Variations
Color information
#69C9A6 (or 0x69C9A6) is known color: Medium Aquamarine. HEX triplet: 69, C9 and A6. RGB value is (105,201,166). Sum of RGB (Red+Green+Blue) = 105+201+166=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #69C9A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C9A6 is #963659. Grayscale: #A8A8A8. Windows color (decimal): -9844314 or 10930537. OLE color: 10930537.
HSL color Cylindrical-coordinate representation of color #69C9A6: hue angle of 158.12º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69C9A6 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 201 | 166 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.21 |
| HSL | 158.13º | 0.47% | 0.6% | - |
| HSV(B) | 158.13º | 0.48% | 0.79% | - |
| XYZ | 33.6 | 47.53 | 43.48 | - |
| YUV | 168.31 | 126.7 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 201 | 166 | 0.48 | 0 | 0.17 | 0.21 | 158.13 | 0.47 | 0.6 |
| Hex | 69 | C9 | A6 | 30 | 0 | 11 | 15 | 9E | 2F | 3C |
| Octal | 151 | 311 | 246 | 60 | 0 | 21 | 25 | 236 | 57 | 74 |
| Binary | 1101001 | 11001001 | 10100110 | 110000 | 0 | 10001 | 10101 | 10011110 | 101111 | 111100 |
Color Harmonies of #69C9A6
Complementary color
Monochromatic Colors of #69C9A6
Black with #69C9A6
Text Example
Text Example
White with #69C9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C9A6; }
p { color: rgb(105,201,166); }
H1.HeaderClassName
{
color: #69C9A6;
}
.AnyTagClassName
{
color: #69C9A6;
}
</style>
background-color css
<style>
a { background-color: #69C9A6; }
a { background-color: rgb(105,201,166); }
div.DivClassName
{
background-color: #69C9A6;
}
.BgClassName
{
background-color: #69C9A6;
}
</style>
border-color css
<style>
span { border-color: #69C9A6; }
span { border-color: rgb(105,201,166); }
td.TdClassName
{
border-color: #69C9A6;
}
.TagClassName
{
border-color: #69C9A6;
}
</style>