Shades of Medium Aquamarine #5BEFA8
Tints of Medium Aquamarine #5BEFA8
RGB
CMYK
RGB Variations
Color information
#5BEFA8 (or 0x5BEFA8) is known color: Medium Aquamarine. HEX triplet: 5B, EF and A8. RGB value is (91,239,168). Sum of RGB (Red+Green+Blue) = 91+239+168=498 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.27% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEFA8 is #A41057. Grayscale: #BABABA. Windows color (decimal): -10752088 or 11071323. OLE color: 11071323.
HSL color Cylindrical-coordinate representation of color #5BEFA8: hue angle of 151.22º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEFA8 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 239 | 168 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.06 |
| HSL | 151.22º | 0.82% | 0.65% | - |
| HSV(B) | 151.22º | 0.62% | 0.94% | - |
| XYZ | 42.25 | 66.78 | 47.71 | - |
| YUV | 186.65 | 117.47 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 239 | 168 | 0.62 | 0 | 0.30 | 0.06 | 151.22 | 0.82 | 0.65 |
| Hex | 5B | EF | A8 | 3E | 0 | 1E | 6 | 97 | 52 | 41 |
| Octal | 133 | 357 | 250 | 76 | 0 | 36 | 6 | 227 | 122 | 101 |
| Binary | 1011011 | 11101111 | 10101000 | 111110 | 0 | 11110 | 110 | 10010111 | 1010010 | 1000001 |
Color Harmonies of #5BEFA8
Complementary color
Monochromatic Colors of #5BEFA8
Black with #5BEFA8
Text Example
Text Example
White with #5BEFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEFA8; }
p { color: rgb(91,239,168); }
H1.HeaderClassName
{
color: #5BEFA8;
}
.AnyTagClassName
{
color: #5BEFA8;
}
</style>
background-color css
<style>
a { background-color: #5BEFA8; }
a { background-color: rgb(91,239,168); }
div.DivClassName
{
background-color: #5BEFA8;
}
.BgClassName
{
background-color: #5BEFA8;
}
</style>
border-color css
<style>
span { border-color: #5BEFA8; }
span { border-color: rgb(91,239,168); }
td.TdClassName
{
border-color: #5BEFA8;
}
.TagClassName
{
border-color: #5BEFA8;
}
</style>