Shades of Medium Aquamarine #5CFBAE
Tints of Medium Aquamarine #5CFBAE
RGB
CMYK
RGB Variations
Color information
#5CFBAE (or 0x5CFBAE) is known color: Medium Aquamarine. HEX triplet: 5C, FB and AE. RGB value is (92,251,174). Sum of RGB (Red+Green+Blue) = 92+251+174=517 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.79% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #5CFBAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CFBAE is #A30451. Grayscale: #C2C2C2. Windows color (decimal): -10683474 or 11467612. OLE color: 11467612.
HSL color Cylindrical-coordinate representation of color #5CFBAE: hue angle of 150.94º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CFBAE is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 251 | 174 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.02 |
| HSL | 150.94º | 0.95% | 0.67% | - |
| HSV(B) | 150.94º | 0.63% | 0.98% | - |
| XYZ | 46.55 | 74.33 | 51.94 | - |
| YUV | 194.68 | 116.32 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 251 | 174 | 0.63 | 0 | 0.31 | 0.02 | 150.94 | 0.95 | 0.67 |
| Hex | 5C | FB | AE | 3F | 0 | 1F | 2 | 97 | 5F | 43 |
| Octal | 134 | 373 | 256 | 77 | 0 | 37 | 2 | 227 | 137 | 103 |
| Binary | 1011100 | 11111011 | 10101110 | 111111 | 0 | 11111 | 10 | 10010111 | 1011111 | 1000011 |
Color Harmonies of #5CFBAE
Complementary color
Monochromatic Colors of #5CFBAE
Black with #5CFBAE
Text Example
Text Example
White with #5CFBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFBAE; }
p { color: rgb(92,251,174); }
H1.HeaderClassName
{
color: #5CFBAE;
}
.AnyTagClassName
{
color: #5CFBAE;
}
</style>
background-color css
<style>
a { background-color: #5CFBAE; }
a { background-color: rgb(92,251,174); }
div.DivClassName
{
background-color: #5CFBAE;
}
.BgClassName
{
background-color: #5CFBAE;
}
</style>
border-color css
<style>
span { border-color: #5CFBAE; }
span { border-color: rgb(92,251,174); }
td.TdClassName
{
border-color: #5CFBAE;
}
.TagClassName
{
border-color: #5CFBAE;
}
</style>