Shades of Medium Aquamarine #6AC8A2
Tints of Medium Aquamarine #6AC8A2
RGB
CMYK
RGB Variations
Color information
#6AC8A2 (or 0x6AC8A2) is known color: Medium Aquamarine. HEX triplet: 6A, C8 and A2. RGB value is (106,200,162). Sum of RGB (Red+Green+Blue) = 106+200+162=468 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.65% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 200 - color contains mainly: green. Hex color #6AC8A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC8A2 is #95375D. Grayscale: #A7A7A7. Windows color (decimal): -9779038 or 10668138. OLE color: 10668138.
HSL color Cylindrical-coordinate representation of color #6AC8A2: hue angle of 155.74º 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 #6AC8A2 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 106 | 200 | 162 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.22 |
| HSL | 155.74º | 0.46% | 0.6% | - |
| HSV(B) | 155.74º | 0.47% | 0.78% | - |
| XYZ | 33.12 | 46.98 | 41.51 | - |
| YUV | 167.56 | 124.86 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 200 | 162 | 0.47 | 0 | 0.19 | 0.22 | 155.74 | 0.46 | 0.6 |
| Hex | 6A | C8 | A2 | 2F | 0 | 13 | 16 | 9C | 2E | 3C |
| Octal | 152 | 310 | 242 | 57 | 0 | 23 | 26 | 234 | 56 | 74 |
| Binary | 1101010 | 11001000 | 10100010 | 101111 | 0 | 10011 | 10110 | 10011100 | 101110 | 111100 |
Color Harmonies of #6AC8A2
Complementary color
Monochromatic Colors of #6AC8A2
Black with #6AC8A2
Text Example
Text Example
White with #6AC8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC8A2; }
p { color: rgb(106,200,162); }
H1.HeaderClassName
{
color: #6AC8A2;
}
.AnyTagClassName
{
color: #6AC8A2;
}
</style>
background-color css
<style>
a { background-color: #6AC8A2; }
a { background-color: rgb(106,200,162); }
div.DivClassName
{
background-color: #6AC8A2;
}
.BgClassName
{
background-color: #6AC8A2;
}
</style>
border-color css
<style>
span { border-color: #6AC8A2; }
span { border-color: rgb(106,200,162); }
td.TdClassName
{
border-color: #6AC8A2;
}
.TagClassName
{
border-color: #6AC8A2;
}
</style>