Shades of Medium Aquamarine #6AC9A2
Tints of Medium Aquamarine #6AC9A2
RGB
CMYK
RGB Variations
Color information
#6AC9A2 (or 0x6AC9A2) is known color: Medium Aquamarine. HEX triplet: 6A, C9 and A2. RGB value is (106,201,162). Sum of RGB (Red+Green+Blue) = 106+201+162=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #6AC9A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC9A2 is #95365D. Grayscale: #A8A8A8. Windows color (decimal): -9778782 or 10668394. OLE color: 10668394.
HSL color Cylindrical-coordinate representation of color #6AC9A2: hue angle of 155.37º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6AC9A2 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 106 | 201 | 162 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.21 |
| HSL | 155.37º | 0.47% | 0.6% | - |
| HSV(B) | 155.37º | 0.47% | 0.79% | - |
| XYZ | 33.35 | 47.45 | 41.58 | - |
| YUV | 168.15 | 124.53 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 201 | 162 | 0.47 | 0 | 0.19 | 0.21 | 155.37 | 0.47 | 0.6 |
| Hex | 6A | C9 | A2 | 2F | 0 | 13 | 15 | 9B | 2F | 3C |
| Octal | 152 | 311 | 242 | 57 | 0 | 23 | 25 | 233 | 57 | 74 |
| Binary | 1101010 | 11001001 | 10100010 | 101111 | 0 | 10011 | 10101 | 10011011 | 101111 | 111100 |
Color Harmonies of #6AC9A2
Complementary color
Monochromatic Colors of #6AC9A2
Black with #6AC9A2
Text Example
Text Example
White with #6AC9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC9A2; }
p { color: rgb(106,201,162); }
H1.HeaderClassName
{
color: #6AC9A2;
}
.AnyTagClassName
{
color: #6AC9A2;
}
</style>
background-color css
<style>
a { background-color: #6AC9A2; }
a { background-color: rgb(106,201,162); }
div.DivClassName
{
background-color: #6AC9A2;
}
.BgClassName
{
background-color: #6AC9A2;
}
</style>
border-color css
<style>
span { border-color: #6AC9A2; }
span { border-color: rgb(106,201,162); }
td.TdClassName
{
border-color: #6AC9A2;
}
.TagClassName
{
border-color: #6AC9A2;
}
</style>