Shades of Aquamarine #6FFABB
Tints of Aquamarine #6FFABB
RGB
CMYK
RGB Variations
Color information
#6FFABB (or 0x6FFABB) is known color: Aquamarine. HEX triplet: 6F, FA and BB. RGB value is (111,250,187). Sum of RGB (Red+Green+Blue) = 111+250+187=548 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.26% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFABB is #900544. Grayscale: #C9C9C9. Windows color (decimal): -9438533 or 12319343. OLE color: 12319343.
HSL color Cylindrical-coordinate representation of color #6FFABB: hue angle of 152.81º 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 #6FFABB is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 187 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.02 |
| HSL | 152.81º | 0.93% | 0.71% | - |
| HSV(B) | 152.81º | 0.56% | 0.98% | - |
| XYZ | 49.71 | 75.34 | 58.94 | - |
| YUV | 201.26 | 119.95 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 187 | 0.56 | 0 | 0.25 | 0.02 | 152.81 | 0.93 | 0.71 |
| Hex | 6F | FA | BB | 38 | 0 | 19 | 2 | 99 | 5D | 47 |
| Octal | 157 | 372 | 273 | 70 | 0 | 31 | 2 | 231 | 135 | 107 |
| Binary | 1101111 | 11111010 | 10111011 | 111000 | 0 | 11001 | 10 | 10011001 | 1011101 | 1000111 |
Color Harmonies of #6FFABB
Complementary color
Monochromatic Colors of #6FFABB
Black with #6FFABB
Text Example
Text Example
White with #6FFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFABB; }
p { color: rgb(111,250,187); }
H1.HeaderClassName
{
color: #6FFABB;
}
.AnyTagClassName
{
color: #6FFABB;
}
</style>
background-color css
<style>
a { background-color: #6FFABB; }
a { background-color: rgb(111,250,187); }
div.DivClassName
{
background-color: #6FFABB;
}
.BgClassName
{
background-color: #6FFABB;
}
</style>
border-color css
<style>
span { border-color: #6FFABB; }
span { border-color: rgb(111,250,187); }
td.TdClassName
{
border-color: #6FFABB;
}
.TagClassName
{
border-color: #6FFABB;
}
</style>