Shades of Medium Aquamarine #6FC2A8
Tints of Medium Aquamarine #6FC2A8
RGB
CMYK
RGB Variations
Color information
#6FC2A8 (or 0x6FC2A8) is known color: Medium Aquamarine. HEX triplet: 6F, C2 and A8. RGB value is (111,194,168). Sum of RGB (Red+Green+Blue) = 111+194+168=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #6FC2A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC2A8 is #903D57. Grayscale: #A6A6A6. Windows color (decimal): -9452888 or 11059823. OLE color: 11059823.
HSL color Cylindrical-coordinate representation of color #6FC2A8: hue angle of 161.2º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6FC2A8 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 194 | 168 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.24 |
| HSL | 161.2º | 0.4% | 0.6% | - |
| HSV(B) | 161.2º | 0.43% | 0.76% | - |
| XYZ | 32.92 | 44.79 | 43.96 | - |
| YUV | 166.22 | 129 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 194 | 168 | 0.43 | 0 | 0.13 | 0.24 | 161.2 | 0.4 | 0.6 |
| Hex | 6F | C2 | A8 | 2B | 0 | D | 18 | A1 | 28 | 3C |
| Octal | 157 | 302 | 250 | 53 | 0 | 15 | 30 | 241 | 50 | 74 |
| Binary | 1101111 | 11000010 | 10101000 | 101011 | 0 | 1101 | 11000 | 10100001 | 101000 | 111100 |
Color Harmonies of #6FC2A8
Complementary color
Monochromatic Colors of #6FC2A8
Black with #6FC2A8
Text Example
Text Example
White with #6FC2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC2A8; }
p { color: rgb(111,194,168); }
H1.HeaderClassName
{
color: #6FC2A8;
}
.AnyTagClassName
{
color: #6FC2A8;
}
</style>
background-color css
<style>
a { background-color: #6FC2A8; }
a { background-color: rgb(111,194,168); }
div.DivClassName
{
background-color: #6FC2A8;
}
.BgClassName
{
background-color: #6FC2A8;
}
</style>
border-color css
<style>
span { border-color: #6FC2A8; }
span { border-color: rgb(111,194,168); }
td.TdClassName
{
border-color: #6FC2A8;
}
.TagClassName
{
border-color: #6FC2A8;
}
</style>