Shades of Aquamarine #6FFCAC
Tints of Aquamarine #6FFCAC
RGB
CMYK
RGB Variations
Color information
#6FFCAC (or 0x6FFCAC) is known color: Aquamarine. HEX triplet: 6F, FC and AC. RGB value is (111,252,172). Sum of RGB (Red+Green+Blue) = 111+252+172=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #6FFCAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FFCAC is #900353. Grayscale: #C8C8C8. Windows color (decimal): -9438036 or 11336815. OLE color: 11336815.
HSL color Cylindrical-coordinate representation of color #6FFCAC: hue angle of 145.96º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFCAC is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 252 | 172 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.01 |
| HSL | 145.96º | 0.96% | 0.71% | - |
| HSV(B) | 145.96º | 0.56% | 0.99% | - |
| XYZ | 48.81 | 75.98 | 51.12 | - |
| YUV | 200.72 | 111.79 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 252 | 172 | 0.56 | 0 | 0.32 | 0.01 | 145.96 | 0.96 | 0.71 |
| Hex | 6F | FC | AC | 38 | 0 | 20 | 1 | 92 | 60 | 47 |
| Octal | 157 | 374 | 254 | 70 | 0 | 40 | 1 | 222 | 140 | 107 |
| Binary | 1101111 | 11111100 | 10101100 | 111000 | 0 | 100000 | 1 | 10010010 | 1100000 | 1000111 |
Color Harmonies of #6FFCAC
Complementary color
Monochromatic Colors of #6FFCAC
Black with #6FFCAC
Text Example
Text Example
White with #6FFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFCAC; }
p { color: rgb(111,252,172); }
H1.HeaderClassName
{
color: #6FFCAC;
}
.AnyTagClassName
{
color: #6FFCAC;
}
</style>
background-color css
<style>
a { background-color: #6FFCAC; }
a { background-color: rgb(111,252,172); }
div.DivClassName
{
background-color: #6FFCAC;
}
.BgClassName
{
background-color: #6FFCAC;
}
</style>
border-color css
<style>
span { border-color: #6FFCAC; }
span { border-color: rgb(111,252,172); }
td.TdClassName
{
border-color: #6FFCAC;
}
.TagClassName
{
border-color: #6FFCAC;
}
</style>