Shades of Medium Aquamarine #6FCFAB
Tints of Medium Aquamarine #6FCFAB
RGB
CMYK
RGB Variations
Color information
#6FCFAB (or 0x6FCFAB) is known color: Medium Aquamarine. HEX triplet: 6F, CF and AB. RGB value is (111,207,171). Sum of RGB (Red+Green+Blue) = 111+207+171=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCFAB is #903054. Grayscale: #AEAEAE. Windows color (decimal): -9449557 or 11259759. OLE color: 11259759.
HSL color Cylindrical-coordinate representation of color #6FCFAB: hue angle of 157.5º 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 #6FCFAB is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 171 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.19 |
| HSL | 157.5º | 0.5% | 0.62% | - |
| HSV(B) | 157.5º | 0.46% | 0.81% | - |
| XYZ | 36.22 | 50.95 | 46.45 | - |
| YUV | 174.19 | 126.2 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 171 | 0.46 | 0 | 0.17 | 0.19 | 157.5 | 0.5 | 0.62 |
| Hex | 6F | CF | AB | 2E | 0 | 11 | 13 | 9E | 32 | 3E |
| Octal | 157 | 317 | 253 | 56 | 0 | 21 | 23 | 236 | 62 | 76 |
| Binary | 1101111 | 11001111 | 10101011 | 101110 | 0 | 10001 | 10011 | 10011110 | 110010 | 111110 |
Color Harmonies of #6FCFAB
Complementary color
Monochromatic Colors of #6FCFAB
Black with #6FCFAB
Text Example
Text Example
White with #6FCFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCFAB; }
p { color: rgb(111,207,171); }
H1.HeaderClassName
{
color: #6FCFAB;
}
.AnyTagClassName
{
color: #6FCFAB;
}
</style>
background-color css
<style>
a { background-color: #6FCFAB; }
a { background-color: rgb(111,207,171); }
div.DivClassName
{
background-color: #6FCFAB;
}
.BgClassName
{
background-color: #6FCFAB;
}
</style>
border-color css
<style>
span { border-color: #6FCFAB; }
span { border-color: rgb(111,207,171); }
td.TdClassName
{
border-color: #6FCFAB;
}
.TagClassName
{
border-color: #6FCFAB;
}
</style>