Shades of Medium Aquamarine #6FDCAB
Tints of Medium Aquamarine #6FDCAB
RGB
CMYK
RGB Variations
Color information
#6FDCAB (or 0x6FDCAB) is known color: Medium Aquamarine. HEX triplet: 6F, DC and AB. RGB value is (111,220,171). Sum of RGB (Red+Green+Blue) = 111+220+171=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDCAB is #902354. Grayscale: #B5B5B5. Windows color (decimal): -9446229 or 11263087. OLE color: 11263087.
HSL color Cylindrical-coordinate representation of color #6FDCAB: hue angle of 153.03º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDCAB is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 220 | 171 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.14 |
| HSL | 153.03º | 0.61% | 0.65% | - |
| HSV(B) | 153.03º | 0.5% | 0.86% | - |
| XYZ | 39.5 | 57.51 | 47.55 | - |
| YUV | 181.82 | 121.89 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 171 | 0.50 | 0 | 0.22 | 0.14 | 153.03 | 0.61 | 0.65 |
| Hex | 6F | DC | AB | 32 | 0 | 16 | E | 99 | 3D | 41 |
| Octal | 157 | 334 | 253 | 62 | 0 | 26 | 16 | 231 | 75 | 101 |
| Binary | 1101111 | 11011100 | 10101011 | 110010 | 0 | 10110 | 1110 | 10011001 | 111101 | 1000001 |
Color Harmonies of #6FDCAB
Complementary color
Monochromatic Colors of #6FDCAB
Black with #6FDCAB
Text Example
Text Example
White with #6FDCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDCAB; }
p { color: rgb(111,220,171); }
H1.HeaderClassName
{
color: #6FDCAB;
}
.AnyTagClassName
{
color: #6FDCAB;
}
</style>
background-color css
<style>
a { background-color: #6FDCAB; }
a { background-color: rgb(111,220,171); }
div.DivClassName
{
background-color: #6FDCAB;
}
.BgClassName
{
background-color: #6FDCAB;
}
</style>
border-color css
<style>
span { border-color: #6FDCAB; }
span { border-color: rgb(111,220,171); }
td.TdClassName
{
border-color: #6FDCAB;
}
.TagClassName
{
border-color: #6FDCAB;
}
</style>