Shades of Medium Aquamarine #5CFBAB
Tints of Medium Aquamarine #5CFBAB
RGB
CMYK
RGB Variations
Color information
#5CFBAB (or 0x5CFBAB) is known color: Medium Aquamarine. HEX triplet: 5C, FB and AB. RGB value is (92,251,171). Sum of RGB (Red+Green+Blue) = 92+251+171=514 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.90% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #5CFBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CFBAB is #A30454. Grayscale: #C2C2C2. Windows color (decimal): -10683477 or 11271004. OLE color: 11271004.
HSL color Cylindrical-coordinate representation of color #5CFBAB: hue angle of 149.81º 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 #5CFBAB is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 251 | 171 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.02 |
| HSL | 149.81º | 0.95% | 0.67% | - |
| HSV(B) | 149.81º | 0.63% | 0.98% | - |
| XYZ | 46.26 | 74.21 | 50.41 | - |
| YUV | 194.34 | 114.82 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 251 | 171 | 0.63 | 0 | 0.32 | 0.02 | 149.81 | 0.95 | 0.67 |
| Hex | 5C | FB | AB | 3F | 0 | 20 | 2 | 96 | 5F | 43 |
| Octal | 134 | 373 | 253 | 77 | 0 | 40 | 2 | 226 | 137 | 103 |
| Binary | 1011100 | 11111011 | 10101011 | 111111 | 0 | 100000 | 10 | 10010110 | 1011111 | 1000011 |
Color Harmonies of #5CFBAB
Complementary color
Monochromatic Colors of #5CFBAB
Black with #5CFBAB
Text Example
Text Example
White with #5CFBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFBAB; }
p { color: rgb(92,251,171); }
H1.HeaderClassName
{
color: #5CFBAB;
}
.AnyTagClassName
{
color: #5CFBAB;
}
</style>
background-color css
<style>
a { background-color: #5CFBAB; }
a { background-color: rgb(92,251,171); }
div.DivClassName
{
background-color: #5CFBAB;
}
.BgClassName
{
background-color: #5CFBAB;
}
</style>
border-color css
<style>
span { border-color: #5CFBAB; }
span { border-color: rgb(92,251,171); }
td.TdClassName
{
border-color: #5CFBAB;
}
.TagClassName
{
border-color: #5CFBAB;
}
</style>