Shades of Medium Aquamarine #5CFDAB
Tints of Medium Aquamarine #5CFDAB
RGB
CMYK
RGB Variations
Color information
#5CFDAB (or 0x5CFDAB) is known color: Medium Aquamarine. HEX triplet: 5C, FD and AB. RGB value is (92,253,171). Sum of RGB (Red+Green+Blue) = 92+253+171=516 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.83% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #5CFDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CFDAB is #A30254. Grayscale: #C3C3C3. Windows color (decimal): -10682965 or 11271516. OLE color: 11271516.
HSL color Cylindrical-coordinate representation of color #5CFDAB: hue angle of 149.44º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CFDAB is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 253 | 171 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.01 |
| HSL | 149.44º | 0.98% | 0.68% | - |
| HSV(B) | 149.44º | 0.64% | 0.99% | - |
| XYZ | 46.89 | 75.47 | 50.62 | - |
| YUV | 195.51 | 114.16 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 253 | 171 | 0.64 | 0 | 0.32 | 0.01 | 149.44 | 0.98 | 0.68 |
| Hex | 5C | FD | AB | 40 | 0 | 20 | 1 | 95 | 62 | 44 |
| Octal | 134 | 375 | 253 | 100 | 0 | 40 | 1 | 225 | 142 | 104 |
| Binary | 1011100 | 11111101 | 10101011 | 1000000 | 0 | 100000 | 1 | 10010101 | 1100010 | 1000100 |
Color Harmonies of #5CFDAB
Complementary color
Monochromatic Colors of #5CFDAB
Black with #5CFDAB
Text Example
Text Example
White with #5CFDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFDAB; }
p { color: rgb(92,253,171); }
H1.HeaderClassName
{
color: #5CFDAB;
}
.AnyTagClassName
{
color: #5CFDAB;
}
</style>
background-color css
<style>
a { background-color: #5CFDAB; }
a { background-color: rgb(92,253,171); }
div.DivClassName
{
background-color: #5CFDAB;
}
.BgClassName
{
background-color: #5CFDAB;
}
</style>
border-color css
<style>
span { border-color: #5CFDAB; }
span { border-color: rgb(92,253,171); }
td.TdClassName
{
border-color: #5CFDAB;
}
.TagClassName
{
border-color: #5CFDAB;
}
</style>