Shades of Medium Aquamarine #6FCFAA
Tints of Medium Aquamarine #6FCFAA
RGB
CMYK
RGB Variations
Color information
#6FCFAA (or 0x6FCFAA) is known color: Medium Aquamarine. HEX triplet: 6F, CF and AA. RGB value is (111,207,170). Sum of RGB (Red+Green+Blue) = 111+207+170=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCFAA is #903055. Grayscale: #AEAEAE. Windows color (decimal): -9449558 or 11194223. OLE color: 11194223.
HSL color Cylindrical-coordinate representation of color #6FCFAA: hue angle of 156.88º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCFAA is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 170 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.19 |
| HSL | 156.88º | 0.5% | 0.62% | - |
| HSV(B) | 156.88º | 0.46% | 0.81% | - |
| XYZ | 36.12 | 50.91 | 45.95 | - |
| YUV | 174.08 | 125.7 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 170 | 0.46 | 0 | 0.18 | 0.19 | 156.88 | 0.5 | 0.62 |
| Hex | 6F | CF | AA | 2E | 0 | 12 | 13 | 9D | 32 | 3E |
| Octal | 157 | 317 | 252 | 56 | 0 | 22 | 23 | 235 | 62 | 76 |
| Binary | 1101111 | 11001111 | 10101010 | 101110 | 0 | 10010 | 10011 | 10011101 | 110010 | 111110 |
Color Harmonies of #6FCFAA
Complementary color
Monochromatic Colors of #6FCFAA
Black with #6FCFAA
Text Example
Text Example
White with #6FCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCFAA; }
p { color: rgb(111,207,170); }
H1.HeaderClassName
{
color: #6FCFAA;
}
.AnyTagClassName
{
color: #6FCFAA;
}
</style>
background-color css
<style>
a { background-color: #6FCFAA; }
a { background-color: rgb(111,207,170); }
div.DivClassName
{
background-color: #6FCFAA;
}
.BgClassName
{
background-color: #6FCFAA;
}
</style>
border-color css
<style>
span { border-color: #6FCFAA; }
span { border-color: rgb(111,207,170); }
td.TdClassName
{
border-color: #6FCFAA;
}
.TagClassName
{
border-color: #6FCFAA;
}
</style>