Shades of Medium Aquamarine #69C0A8
Tints of Medium Aquamarine #69C0A8
RGB
CMYK
RGB Variations
Color information
#69C0A8 (or 0x69C0A8) is known color: Medium Aquamarine. HEX triplet: 69, C0 and A8. RGB value is (105,192,168). Sum of RGB (Red+Green+Blue) = 105+192+168=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #69C0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C0A8 is #963F57. Grayscale: #A3A3A3. Windows color (decimal): -9846616 or 11059305. OLE color: 11059305.
HSL color Cylindrical-coordinate representation of color #69C0A8: hue angle of 163.45º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69C0A8 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 192 | 168 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.25 |
| HSL | 163.45º | 0.41% | 0.58% | - |
| HSV(B) | 163.45º | 0.45% | 0.75% | - |
| XYZ | 31.74 | 43.53 | 43.77 | - |
| YUV | 163.25 | 130.68 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 192 | 168 | 0.45 | 0 | 0.12 | 0.25 | 163.45 | 0.41 | 0.58 |
| Hex | 69 | C0 | A8 | 2D | 0 | C | 19 | A3 | 29 | 3A |
| Octal | 151 | 300 | 250 | 55 | 0 | 14 | 31 | 243 | 51 | 72 |
| Binary | 1101001 | 11000000 | 10101000 | 101101 | 0 | 1100 | 11001 | 10100011 | 101001 | 111010 |
Color Harmonies of #69C0A8
Complementary color
Monochromatic Colors of #69C0A8
Black with #69C0A8
Text Example
Text Example
White with #69C0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C0A8; }
p { color: rgb(105,192,168); }
H1.HeaderClassName
{
color: #69C0A8;
}
.AnyTagClassName
{
color: #69C0A8;
}
</style>
background-color css
<style>
a { background-color: #69C0A8; }
a { background-color: rgb(105,192,168); }
div.DivClassName
{
background-color: #69C0A8;
}
.BgClassName
{
background-color: #69C0A8;
}
</style>
border-color css
<style>
span { border-color: #69C0A8; }
span { border-color: rgb(105,192,168); }
td.TdClassName
{
border-color: #69C0A8;
}
.TagClassName
{
border-color: #69C0A8;
}
</style>