Shades of Medium Aquamarine #6FCDAA
Tints of Medium Aquamarine #6FCDAA
RGB
CMYK
RGB Variations
Color information
#6FCDAA (or 0x6FCDAA) is known color: Medium Aquamarine. HEX triplet: 6F, CD and AA. RGB value is (111,205,170). Sum of RGB (Red+Green+Blue) = 111+205+170=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCDAA is #903255. Grayscale: #ACACAC. Windows color (decimal): -9450070 or 11193711. OLE color: 11193711.
HSL color Cylindrical-coordinate representation of color #6FCDAA: hue angle of 157.66º 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 #6FCDAA is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 170 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.20 |
| HSL | 157.66º | 0.48% | 0.62% | - |
| HSV(B) | 157.66º | 0.46% | 0.8% | - |
| XYZ | 35.64 | 49.94 | 45.79 | - |
| YUV | 172.9 | 126.36 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 170 | 0.46 | 0 | 0.17 | 0.20 | 157.66 | 0.48 | 0.62 |
| Hex | 6F | CD | AA | 2E | 0 | 11 | 14 | 9E | 30 | 3E |
| Octal | 157 | 315 | 252 | 56 | 0 | 21 | 24 | 236 | 60 | 76 |
| Binary | 1101111 | 11001101 | 10101010 | 101110 | 0 | 10001 | 10100 | 10011110 | 110000 | 111110 |
Color Harmonies of #6FCDAA
Complementary color
Monochromatic Colors of #6FCDAA
Black with #6FCDAA
Text Example
Text Example
White with #6FCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCDAA; }
p { color: rgb(111,205,170); }
H1.HeaderClassName
{
color: #6FCDAA;
}
.AnyTagClassName
{
color: #6FCDAA;
}
</style>
background-color css
<style>
a { background-color: #6FCDAA; }
a { background-color: rgb(111,205,170); }
div.DivClassName
{
background-color: #6FCDAA;
}
.BgClassName
{
background-color: #6FCDAA;
}
</style>
border-color css
<style>
span { border-color: #6FCDAA; }
span { border-color: rgb(111,205,170); }
td.TdClassName
{
border-color: #6FCDAA;
}
.TagClassName
{
border-color: #6FCDAA;
}
</style>