Shades of Aquamarine #6FFFAC
Tints of Aquamarine #6FFFAC
RGB
CMYK
RGB Variations
Color information
#6FFFAC (or 0x6FFFAC) is known color: Aquamarine. HEX triplet: 6F, FF and AC. RGB value is (111,255,172). Sum of RGB (Red+Green+Blue) = 111+255+172=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FFFAC is #900053. Grayscale: #CACACA. Windows color (decimal): -9437268 or 11337583. OLE color: 11337583.
HSL color Cylindrical-coordinate representation of color #6FFFAC: hue angle of 145.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFFAC is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 172 | - |
| CMYK | 0.56 | 0 | 0.33 | 0 |
| HSL | 145.42º | 1% | 0.72% | - |
| HSV(B) | 145.42º | 0.56% | 1% | - |
| XYZ | 49.76 | 77.88 | 51.44 | - |
| YUV | 202.48 | 110.79 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 172 | 0.56 | 0 | 0.33 | 0 | 145.42 | 1 | 0.72 |
| Hex | 6F | FF | AC | 38 | 0 | 21 | 0 | 91 | 64 | 48 |
| Octal | 157 | 377 | 254 | 70 | 0 | 41 | 0 | 221 | 144 | 110 |
| Binary | 1101111 | 11111111 | 10101100 | 111000 | 0 | 100001 | 0 | 10010001 | 1100100 | 1001000 |
Color Harmonies of #6FFFAC
Complementary color
Monochromatic Colors of #6FFFAC
Black with #6FFFAC
Text Example
Text Example
White with #6FFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFAC; }
p { color: rgb(111,255,172); }
H1.HeaderClassName
{
color: #6FFFAC;
}
.AnyTagClassName
{
color: #6FFFAC;
}
</style>
background-color css
<style>
a { background-color: #6FFFAC; }
a { background-color: rgb(111,255,172); }
div.DivClassName
{
background-color: #6FFFAC;
}
.BgClassName
{
background-color: #6FFFAC;
}
</style>
border-color css
<style>
span { border-color: #6FFFAC; }
span { border-color: rgb(111,255,172); }
td.TdClassName
{
border-color: #6FFFAC;
}
.TagClassName
{
border-color: #6FFFAC;
}
</style>