Shades of Medium Aquamarine #69C0AB
Tints of Medium Aquamarine #69C0AB
RGB
CMYK
RGB Variations
Color information
#69C0AB (or 0x69C0AB) is known color: Medium Aquamarine. HEX triplet: 69, C0 and AB. RGB value is (105,192,171). Sum of RGB (Red+Green+Blue) = 105+192+171=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #69C0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C0AB is #963F54. Grayscale: #A3A3A3. Windows color (decimal): -9846613 or 11255913. OLE color: 11255913.
HSL color Cylindrical-coordinate representation of color #69C0AB: hue angle of 165.52º 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 #69C0AB is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 192 | 171 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.25 |
| HSL | 165.52º | 0.41% | 0.58% | - |
| HSV(B) | 165.52º | 0.45% | 0.75% | - |
| XYZ | 32.03 | 43.64 | 45.26 | - |
| YUV | 163.59 | 132.18 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 192 | 171 | 0.45 | 0 | 0.11 | 0.25 | 165.52 | 0.41 | 0.58 |
| Hex | 69 | C0 | AB | 2D | 0 | B | 19 | A6 | 29 | 3A |
| Octal | 151 | 300 | 253 | 55 | 0 | 13 | 31 | 246 | 51 | 72 |
| Binary | 1101001 | 11000000 | 10101011 | 101101 | 0 | 1011 | 11001 | 10100110 | 101001 | 111010 |
Color Harmonies of #69C0AB
Complementary color
Monochromatic Colors of #69C0AB
Black with #69C0AB
Text Example
Text Example
White with #69C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C0AB; }
p { color: rgb(105,192,171); }
H1.HeaderClassName
{
color: #69C0AB;
}
.AnyTagClassName
{
color: #69C0AB;
}
</style>
background-color css
<style>
a { background-color: #69C0AB; }
a { background-color: rgb(105,192,171); }
div.DivClassName
{
background-color: #69C0AB;
}
.BgClassName
{
background-color: #69C0AB;
}
</style>
border-color css
<style>
span { border-color: #69C0AB; }
span { border-color: rgb(105,192,171); }
td.TdClassName
{
border-color: #69C0AB;
}
.TagClassName
{
border-color: #69C0AB;
}
</style>