Shades of Aquamarine #5FFBBF
Tints of Aquamarine #5FFBBF
RGB
CMYK
RGB Variations
Color information
#5FFBBF (or 0x5FFBBF) is known color: Aquamarine. HEX triplet: 5F, FB and BF. RGB value is (95,251,191). Sum of RGB (Red+Green+Blue) = 95+251+191=537 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.69% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFBBF is #A00440. Grayscale: #C5C5C5. Windows color (decimal): -10486849 or 12581727. OLE color: 12581727.
HSL color Cylindrical-coordinate representation of color #5FFBBF: hue angle of 156.92º degrees, saturation: 0.95, 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 #5FFBBF is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 191 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.02 |
| HSL | 156.92º | 0.95% | 0.68% | - |
| HSV(B) | 156.92º | 0.62% | 0.98% | - |
| XYZ | 48.62 | 75.19 | 61.24 | - |
| YUV | 197.52 | 124.32 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 191 | 0.62 | 0 | 0.24 | 0.02 | 156.92 | 0.95 | 0.68 |
| Hex | 5F | FB | BF | 3E | 0 | 18 | 2 | 9D | 5F | 44 |
| Octal | 137 | 373 | 277 | 76 | 0 | 30 | 2 | 235 | 137 | 104 |
| Binary | 1011111 | 11111011 | 10111111 | 111110 | 0 | 11000 | 10 | 10011101 | 1011111 | 1000100 |
Color Harmonies of #5FFBBF
Complementary color
Monochromatic Colors of #5FFBBF
Black with #5FFBBF
Text Example
Text Example
White with #5FFBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBBF; }
p { color: rgb(95,251,191); }
H1.HeaderClassName
{
color: #5FFBBF;
}
.AnyTagClassName
{
color: #5FFBBF;
}
</style>
background-color css
<style>
a { background-color: #5FFBBF; }
a { background-color: rgb(95,251,191); }
div.DivClassName
{
background-color: #5FFBBF;
}
.BgClassName
{
background-color: #5FFBBF;
}
</style>
border-color css
<style>
span { border-color: #5FFBBF; }
span { border-color: rgb(95,251,191); }
td.TdClassName
{
border-color: #5FFBBF;
}
.TagClassName
{
border-color: #5FFBBF;
}
</style>