Shades of Medium Aquamarine #6FD2AB
Tints of Medium Aquamarine #6FD2AB
RGB
CMYK
RGB Variations
Color information
#6FD2AB (or 0x6FD2AB) is known color: Medium Aquamarine. HEX triplet: 6F, D2 and AB. RGB value is (111,210,171). Sum of RGB (Red+Green+Blue) = 111+210+171=492 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.56% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD2AB is #902D54. Grayscale: #B0B0B0. Windows color (decimal): -9448789 or 11260527. OLE color: 11260527.
HSL color Cylindrical-coordinate representation of color #6FD2AB: hue angle of 156.36º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD2AB is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 210 | 171 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.18 |
| HSL | 156.36º | 0.52% | 0.63% | - |
| HSV(B) | 156.36º | 0.47% | 0.82% | - |
| XYZ | 36.95 | 52.41 | 46.7 | - |
| YUV | 175.95 | 125.2 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 210 | 171 | 0.47 | 0 | 0.19 | 0.18 | 156.36 | 0.52 | 0.63 |
| Hex | 6F | D2 | AB | 2F | 0 | 13 | 12 | 9C | 34 | 3F |
| Octal | 157 | 322 | 253 | 57 | 0 | 23 | 22 | 234 | 64 | 77 |
| Binary | 1101111 | 11010010 | 10101011 | 101111 | 0 | 10011 | 10010 | 10011100 | 110100 | 111111 |
Color Harmonies of #6FD2AB
Complementary color
Monochromatic Colors of #6FD2AB
Black with #6FD2AB
Text Example
Text Example
White with #6FD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD2AB; }
p { color: rgb(111,210,171); }
H1.HeaderClassName
{
color: #6FD2AB;
}
.AnyTagClassName
{
color: #6FD2AB;
}
</style>
background-color css
<style>
a { background-color: #6FD2AB; }
a { background-color: rgb(111,210,171); }
div.DivClassName
{
background-color: #6FD2AB;
}
.BgClassName
{
background-color: #6FD2AB;
}
</style>
border-color css
<style>
span { border-color: #6FD2AB; }
span { border-color: rgb(111,210,171); }
td.TdClassName
{
border-color: #6FD2AB;
}
.TagClassName
{
border-color: #6FD2AB;
}
</style>