Shades of Medium Aquamarine #6FCBAF
Tints of Medium Aquamarine #6FCBAF
RGB
CMYK
RGB Variations
Color information
#6FCBAF (or 0x6FCBAF) is known color: Medium Aquamarine. HEX triplet: 6F, CB and AF. RGB value is (111,203,175). Sum of RGB (Red+Green+Blue) = 111+203+175=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCBAF is #903450. Grayscale: #ACACAC. Windows color (decimal): -9450577 or 11520879. OLE color: 11520879.
HSL color Cylindrical-coordinate representation of color #6FCBAF: hue angle of 161.74º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCBAF is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 203 | 175 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.20 |
| HSL | 161.74º | 0.47% | 0.62% | - |
| HSV(B) | 161.74º | 0.45% | 0.8% | - |
| XYZ | 35.65 | 49.19 | 48.17 | - |
| YUV | 172.3 | 129.52 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 175 | 0.45 | 0 | 0.14 | 0.20 | 161.74 | 0.47 | 0.62 |
| Hex | 6F | CB | AF | 2D | 0 | E | 14 | A2 | 2F | 3E |
| Octal | 157 | 313 | 257 | 55 | 0 | 16 | 24 | 242 | 57 | 76 |
| Binary | 1101111 | 11001011 | 10101111 | 101101 | 0 | 1110 | 10100 | 10100010 | 101111 | 111110 |
Color Harmonies of #6FCBAF
Complementary color
Monochromatic Colors of #6FCBAF
Black with #6FCBAF
Text Example
Text Example
White with #6FCBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCBAF; }
p { color: rgb(111,203,175); }
H1.HeaderClassName
{
color: #6FCBAF;
}
.AnyTagClassName
{
color: #6FCBAF;
}
</style>
background-color css
<style>
a { background-color: #6FCBAF; }
a { background-color: rgb(111,203,175); }
div.DivClassName
{
background-color: #6FCBAF;
}
.BgClassName
{
background-color: #6FCBAF;
}
</style>
border-color css
<style>
span { border-color: #6FCBAF; }
span { border-color: rgb(111,203,175); }
td.TdClassName
{
border-color: #6FCBAF;
}
.TagClassName
{
border-color: #6FCBAF;
}
</style>