Shades of Medium Aquamarine #5CFDA1
Tints of Medium Aquamarine #5CFDA1
RGB
CMYK
RGB Variations
Color information
#5CFDA1 (or 0x5CFDA1) is known color: Medium Aquamarine. HEX triplet: 5C, FD and A1. RGB value is (92,253,161). Sum of RGB (Red+Green+Blue) = 92+253+161=506 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.18% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #5CFDA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CFDA1 is #A3025E. Grayscale: #C2C2C2. Windows color (decimal): -10682975 or 10616156. OLE color: 10616156.
HSL color Cylindrical-coordinate representation of color #5CFDA1: hue angle of 145.71º 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 #5CFDA1 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 253 | 161 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.01 |
| HSL | 145.71º | 0.98% | 0.68% | - |
| HSV(B) | 145.71º | 0.64% | 0.99% | - |
| XYZ | 45.97 | 75.1 | 45.79 | - |
| YUV | 194.37 | 109.16 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 253 | 161 | 0.64 | 0 | 0.36 | 0.01 | 145.71 | 0.98 | 0.68 |
| Hex | 5C | FD | A1 | 40 | 0 | 24 | 1 | 92 | 62 | 44 |
| Octal | 134 | 375 | 241 | 100 | 0 | 44 | 1 | 222 | 142 | 104 |
| Binary | 1011100 | 11111101 | 10100001 | 1000000 | 0 | 100100 | 1 | 10010010 | 1100010 | 1000100 |
Color Harmonies of #5CFDA1
Complementary color
Monochromatic Colors of #5CFDA1
Black with #5CFDA1
Text Example
Text Example
White with #5CFDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFDA1; }
p { color: rgb(92,253,161); }
H1.HeaderClassName
{
color: #5CFDA1;
}
.AnyTagClassName
{
color: #5CFDA1;
}
</style>
background-color css
<style>
a { background-color: #5CFDA1; }
a { background-color: rgb(92,253,161); }
div.DivClassName
{
background-color: #5CFDA1;
}
.BgClassName
{
background-color: #5CFDA1;
}
</style>
border-color css
<style>
span { border-color: #5CFDA1; }
span { border-color: rgb(92,253,161); }
td.TdClassName
{
border-color: #5CFDA1;
}
.TagClassName
{
border-color: #5CFDA1;
}
</style>