Shades of Medium Aquamarine #5FF99B
Tints of Medium Aquamarine #5FF99B
RGB
CMYK
RGB Variations
Color information
#5FF99B (or 0x5FF99B) is known color: Medium Aquamarine. HEX triplet: 5F, F9 and 9B. RGB value is (95,249,155). Sum of RGB (Red+Green+Blue) = 95+249+155=499 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19.04% from 499); Green value is 249 (97.66% from 255 or 49.90% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 249 - color contains mainly: green. Hex color #5FF99B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF99B is #A00664. Grayscale: #C0C0C0. Windows color (decimal): -10487397 or 10221919. OLE color: 10221919.
HSL color Cylindrical-coordinate representation of color #5FF99B: hue angle of 143.38º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FF99B is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 249 | 155 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.02 |
| HSL | 143.38º | 0.93% | 0.67% | - |
| HSV(B) | 143.38º | 0.62% | 0.98% | - |
| XYZ | 44.51 | 72.55 | 42.67 | - |
| YUV | 192.24 | 106.98 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 249 | 155 | 0.62 | 0 | 0.38 | 0.02 | 143.38 | 0.93 | 0.67 |
| Hex | 5F | F9 | 9B | 3E | 0 | 26 | 2 | 8F | 5D | 43 |
| Octal | 137 | 371 | 233 | 76 | 0 | 46 | 2 | 217 | 135 | 103 |
| Binary | 1011111 | 11111001 | 10011011 | 111110 | 0 | 100110 | 10 | 10001111 | 1011101 | 1000011 |
Color Harmonies of #5FF99B
Complementary color
Monochromatic Colors of #5FF99B
Black with #5FF99B
Text Example
Text Example
White with #5FF99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF99B; }
p { color: rgb(95,249,155); }
H1.HeaderClassName
{
color: #5FF99B;
}
.AnyTagClassName
{
color: #5FF99B;
}
</style>
background-color css
<style>
a { background-color: #5FF99B; }
a { background-color: rgb(95,249,155); }
div.DivClassName
{
background-color: #5FF99B;
}
.BgClassName
{
background-color: #5FF99B;
}
</style>
border-color css
<style>
span { border-color: #5FF99B; }
span { border-color: rgb(95,249,155); }
td.TdClassName
{
border-color: #5FF99B;
}
.TagClassName
{
border-color: #5FF99B;
}
</style>