Shades of Aquamarine #6FFABE
Tints of Aquamarine #6FFABE
RGB
CMYK
RGB Variations
Color information
#6FFABE (or 0x6FFABE) is known color: Aquamarine. HEX triplet: 6F, FA and BE. RGB value is (111,250,190). Sum of RGB (Red+Green+Blue) = 111+250+190=551 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.15% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFABE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFABE is #900541. Grayscale: #C9C9C9. Windows color (decimal): -9438530 or 12515951. OLE color: 12515951.
HSL color Cylindrical-coordinate representation of color #6FFABE: hue angle of 154.1º 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 #6FFABE is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 190 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.02 |
| HSL | 154.1º | 0.93% | 0.71% | - |
| HSV(B) | 154.1º | 0.56% | 0.98% | - |
| XYZ | 50.04 | 75.47 | 60.64 | - |
| YUV | 201.6 | 121.45 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 190 | 0.56 | 0 | 0.24 | 0.02 | 154.1 | 0.93 | 0.71 |
| Hex | 6F | FA | BE | 38 | 0 | 18 | 2 | 9A | 5D | 47 |
| Octal | 157 | 372 | 276 | 70 | 0 | 30 | 2 | 232 | 135 | 107 |
| Binary | 1101111 | 11111010 | 10111110 | 111000 | 0 | 11000 | 10 | 10011010 | 1011101 | 1000111 |
Color Harmonies of #6FFABE
Complementary color
Monochromatic Colors of #6FFABE
Black with #6FFABE
Text Example
Text Example
White with #6FFABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFABE; }
p { color: rgb(111,250,190); }
H1.HeaderClassName
{
color: #6FFABE;
}
.AnyTagClassName
{
color: #6FFABE;
}
</style>
background-color css
<style>
a { background-color: #6FFABE; }
a { background-color: rgb(111,250,190); }
div.DivClassName
{
background-color: #6FFABE;
}
.BgClassName
{
background-color: #6FFABE;
}
</style>
border-color css
<style>
span { border-color: #6FFABE; }
span { border-color: rgb(111,250,190); }
td.TdClassName
{
border-color: #6FFABE;
}
.TagClassName
{
border-color: #6FFABE;
}
</style>