Shades of Medium Aquamarine #5FFBAE
Tints of Medium Aquamarine #5FFBAE
RGB
CMYK
RGB Variations
Color information
#5FFBAE (or 0x5FFBAE) is known color: Medium Aquamarine. HEX triplet: 5F, FB and AE. RGB value is (95,251,174). Sum of RGB (Red+Green+Blue) = 95+251+174=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFBAE is #A00451. Grayscale: #C3C3C3. Windows color (decimal): -10486866 or 11467615. OLE color: 11467615.
HSL color Cylindrical-coordinate representation of color #5FFBAE: hue angle of 150.38º 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 #5FFBAE is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 174 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.02 |
| HSL | 150.38º | 0.95% | 0.68% | - |
| HSV(B) | 150.38º | 0.62% | 0.98% | - |
| XYZ | 46.86 | 74.48 | 51.95 | - |
| YUV | 195.58 | 115.82 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 174 | 0.62 | 0 | 0.31 | 0.02 | 150.38 | 0.95 | 0.68 |
| Hex | 5F | FB | AE | 3E | 0 | 1F | 2 | 96 | 5F | 44 |
| Octal | 137 | 373 | 256 | 76 | 0 | 37 | 2 | 226 | 137 | 104 |
| Binary | 1011111 | 11111011 | 10101110 | 111110 | 0 | 11111 | 10 | 10010110 | 1011111 | 1000100 |
Color Harmonies of #5FFBAE
Complementary color
Monochromatic Colors of #5FFBAE
Black with #5FFBAE
Text Example
Text Example
White with #5FFBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBAE; }
p { color: rgb(95,251,174); }
H1.HeaderClassName
{
color: #5FFBAE;
}
.AnyTagClassName
{
color: #5FFBAE;
}
</style>
background-color css
<style>
a { background-color: #5FFBAE; }
a { background-color: rgb(95,251,174); }
div.DivClassName
{
background-color: #5FFBAE;
}
.BgClassName
{
background-color: #5FFBAE;
}
</style>
border-color css
<style>
span { border-color: #5FFBAE; }
span { border-color: rgb(95,251,174); }
td.TdClassName
{
border-color: #5FFBAE;
}
.TagClassName
{
border-color: #5FFBAE;
}
</style>