Shades of Aquamarine #5FFABB
Tints of Aquamarine #5FFABB
RGB
CMYK
RGB Variations
Color information
#5FFABB (or 0x5FFABB) is known color: Aquamarine. HEX triplet: 5F, FA and BB. RGB value is (95,250,187). Sum of RGB (Red+Green+Blue) = 95+250+187=532 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.86% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFABB is #A00544. Grayscale: #C4C4C4. Windows color (decimal): -10487109 or 12319327. OLE color: 12319327.
HSL color Cylindrical-coordinate representation of color #5FFABB: hue angle of 155.61º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFABB is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 187 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.02 |
| HSL | 155.61º | 0.94% | 0.68% | - |
| HSV(B) | 155.61º | 0.62% | 0.98% | - |
| XYZ | 47.87 | 74.39 | 58.85 | - |
| YUV | 196.47 | 122.65 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 187 | 0.62 | 0 | 0.25 | 0.02 | 155.61 | 0.94 | 0.68 |
| Hex | 5F | FA | BB | 3E | 0 | 19 | 2 | 9C | 5E | 44 |
| Octal | 137 | 372 | 273 | 76 | 0 | 31 | 2 | 234 | 136 | 104 |
| Binary | 1011111 | 11111010 | 10111011 | 111110 | 0 | 11001 | 10 | 10011100 | 1011110 | 1000100 |
Color Harmonies of #5FFABB
Complementary color
Monochromatic Colors of #5FFABB
Black with #5FFABB
Text Example
Text Example
White with #5FFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFABB; }
p { color: rgb(95,250,187); }
H1.HeaderClassName
{
color: #5FFABB;
}
.AnyTagClassName
{
color: #5FFABB;
}
</style>
background-color css
<style>
a { background-color: #5FFABB; }
a { background-color: rgb(95,250,187); }
div.DivClassName
{
background-color: #5FFABB;
}
.BgClassName
{
background-color: #5FFABB;
}
</style>
border-color css
<style>
span { border-color: #5FFABB; }
span { border-color: rgb(95,250,187); }
td.TdClassName
{
border-color: #5FFABB;
}
.TagClassName
{
border-color: #5FFABB;
}
</style>