Shades of Aquamarine #6FFAC6
Tints of Aquamarine #6FFAC6
RGB
CMYK
RGB Variations
Color information
#6FFAC6 (or 0x6FFAC6) is known color: Aquamarine. HEX triplet: 6F, FA and C6. RGB value is (111,250,198). Sum of RGB (Red+Green+Blue) = 111+250+198=559 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.86% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFAC6 is #900539. Grayscale: #CACACA. Windows color (decimal): -9438522 or 13040239. OLE color: 13040239.
HSL color Cylindrical-coordinate representation of color #6FFAC6: hue angle of 157.55º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFAC6 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 198 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.02 |
| HSL | 157.55º | 0.93% | 0.71% | - |
| HSV(B) | 157.55º | 0.56% | 0.98% | - |
| XYZ | 50.93 | 75.83 | 65.38 | - |
| YUV | 202.51 | 125.45 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 198 | 0.56 | 0 | 0.21 | 0.02 | 157.55 | 0.93 | 0.71 |
| Hex | 6F | FA | C6 | 38 | 0 | 15 | 2 | 9E | 5D | 47 |
| Octal | 157 | 372 | 306 | 70 | 0 | 25 | 2 | 236 | 135 | 107 |
| Binary | 1101111 | 11111010 | 11000110 | 111000 | 0 | 10101 | 10 | 10011110 | 1011101 | 1000111 |
Color Harmonies of #6FFAC6
Complementary color
Monochromatic Colors of #6FFAC6
Black with #6FFAC6
Text Example
Text Example
White with #6FFAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFAC6; }
p { color: rgb(111,250,198); }
H1.HeaderClassName
{
color: #6FFAC6;
}
.AnyTagClassName
{
color: #6FFAC6;
}
</style>
background-color css
<style>
a { background-color: #6FFAC6; }
a { background-color: rgb(111,250,198); }
div.DivClassName
{
background-color: #6FFAC6;
}
.BgClassName
{
background-color: #6FFAC6;
}
</style>
border-color css
<style>
span { border-color: #6FFAC6; }
span { border-color: rgb(111,250,198); }
td.TdClassName
{
border-color: #6FFAC6;
}
.TagClassName
{
border-color: #6FFAC6;
}
</style>