Shades of Medium Aquamarine #69C7A8
Tints of Medium Aquamarine #69C7A8
RGB
CMYK
RGB Variations
Color information
#69C7A8 (or 0x69C7A8) is known color: Medium Aquamarine. HEX triplet: 69, C7 and A8. RGB value is (105,199,168). Sum of RGB (Red+Green+Blue) = 105+199+168=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #69C7A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C7A8 is #963857. Grayscale: #A7A7A7. Windows color (decimal): -9844824 or 11061097. OLE color: 11061097.
HSL color Cylindrical-coordinate representation of color #69C7A8: hue angle of 160.21º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C7A8 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 199 | 168 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.22 |
| HSL | 160.21º | 0.46% | 0.6% | - |
| HSV(B) | 160.21º | 0.47% | 0.78% | - |
| XYZ | 33.32 | 46.68 | 44.3 | - |
| YUV | 167.36 | 128.36 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 199 | 168 | 0.47 | 0 | 0.16 | 0.22 | 160.21 | 0.46 | 0.6 |
| Hex | 69 | C7 | A8 | 2F | 0 | 10 | 16 | A0 | 2E | 3C |
| Octal | 151 | 307 | 250 | 57 | 0 | 20 | 26 | 240 | 56 | 74 |
| Binary | 1101001 | 11000111 | 10101000 | 101111 | 0 | 10000 | 10110 | 10100000 | 101110 | 111100 |
Color Harmonies of #69C7A8
Complementary color
Monochromatic Colors of #69C7A8
Black with #69C7A8
Text Example
Text Example
White with #69C7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C7A8; }
p { color: rgb(105,199,168); }
H1.HeaderClassName
{
color: #69C7A8;
}
.AnyTagClassName
{
color: #69C7A8;
}
</style>
background-color css
<style>
a { background-color: #69C7A8; }
a { background-color: rgb(105,199,168); }
div.DivClassName
{
background-color: #69C7A8;
}
.BgClassName
{
background-color: #69C7A8;
}
</style>
border-color css
<style>
span { border-color: #69C7A8; }
span { border-color: rgb(105,199,168); }
td.TdClassName
{
border-color: #69C7A8;
}
.TagClassName
{
border-color: #69C7A8;
}
</style>