Shades of Medium Aquamarine #6FCCAF
Tints of Medium Aquamarine #6FCCAF
RGB
CMYK
RGB Variations
Color information
#6FCCAF (or 0x6FCCAF) is known color: Medium Aquamarine. HEX triplet: 6F, CC and AF. RGB value is (111,204,175). Sum of RGB (Red+Green+Blue) = 111+204+175=490 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.65% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCCAF is #903350. Grayscale: #ACACAC. Windows color (decimal): -9450321 or 11521135. OLE color: 11521135.
HSL color Cylindrical-coordinate representation of color #6FCCAF: hue angle of 161.29º 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 #6FCCAF is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 175 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.2 |
| HSL | 161.29º | 0.48% | 0.62% | - |
| HSV(B) | 161.29º | 0.46% | 0.8% | - |
| XYZ | 35.89 | 49.66 | 48.25 | - |
| YUV | 172.89 | 129.19 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 175 | 0.46 | 0 | 0.14 | 0.2 | 161.29 | 0.48 | 0.62 |
| Hex | 6F | CC | AF | 2E | 0 | E | 14 | A1 | 30 | 3E |
| Octal | 157 | 314 | 257 | 56 | 0 | 16 | 24 | 241 | 60 | 76 |
| Binary | 1101111 | 11001100 | 10101111 | 101110 | 0 | 1110 | 10100 | 10100001 | 110000 | 111110 |
Color Harmonies of #6FCCAF
Complementary color
Monochromatic Colors of #6FCCAF
Black with #6FCCAF
Text Example
Text Example
White with #6FCCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCAF; }
p { color: rgb(111,204,175); }
H1.HeaderClassName
{
color: #6FCCAF;
}
.AnyTagClassName
{
color: #6FCCAF;
}
</style>
background-color css
<style>
a { background-color: #6FCCAF; }
a { background-color: rgb(111,204,175); }
div.DivClassName
{
background-color: #6FCCAF;
}
.BgClassName
{
background-color: #6FCCAF;
}
</style>
border-color css
<style>
span { border-color: #6FCCAF; }
span { border-color: rgb(111,204,175); }
td.TdClassName
{
border-color: #6FCCAF;
}
.TagClassName
{
border-color: #6FCCAF;
}
</style>