Shades of Medium Aquamarine #6FCCAA
Tints of Medium Aquamarine #6FCCAA
RGB
CMYK
RGB Variations
Color information
#6FCCAA (or 0x6FCCAA) is known color: Medium Aquamarine. HEX triplet: 6F, CC and AA. RGB value is (111,204,170). Sum of RGB (Red+Green+Blue) = 111+204+170=485 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.89% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCCAA is #903355. Grayscale: #ACACAC. Windows color (decimal): -9450326 or 11193455. OLE color: 11193455.
HSL color Cylindrical-coordinate representation of color #6FCCAA: hue angle of 158.06º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCCAA is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 170 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.2 |
| HSL | 158.06º | 0.48% | 0.62% | - |
| HSV(B) | 158.06º | 0.46% | 0.8% | - |
| XYZ | 35.4 | 49.47 | 45.71 | - |
| YUV | 172.32 | 126.69 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 170 | 0.46 | 0 | 0.17 | 0.2 | 158.06 | 0.48 | 0.62 |
| Hex | 6F | CC | AA | 2E | 0 | 11 | 14 | 9E | 30 | 3E |
| Octal | 157 | 314 | 252 | 56 | 0 | 21 | 24 | 236 | 60 | 76 |
| Binary | 1101111 | 11001100 | 10101010 | 101110 | 0 | 10001 | 10100 | 10011110 | 110000 | 111110 |
Color Harmonies of #6FCCAA
Complementary color
Monochromatic Colors of #6FCCAA
Black with #6FCCAA
Text Example
Text Example
White with #6FCCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCAA; }
p { color: rgb(111,204,170); }
H1.HeaderClassName
{
color: #6FCCAA;
}
.AnyTagClassName
{
color: #6FCCAA;
}
</style>
background-color css
<style>
a { background-color: #6FCCAA; }
a { background-color: rgb(111,204,170); }
div.DivClassName
{
background-color: #6FCCAA;
}
.BgClassName
{
background-color: #6FCCAA;
}
</style>
border-color css
<style>
span { border-color: #6FCCAA; }
span { border-color: rgb(111,204,170); }
td.TdClassName
{
border-color: #6FCCAA;
}
.TagClassName
{
border-color: #6FCCAA;
}
</style>