Shades of Medium Aquamarine #5CF2AC
Tints of Medium Aquamarine #5CF2AC
RGB
CMYK
RGB Variations
Color information
#5CF2AC (or 0x5CF2AC) is known color: Medium Aquamarine. HEX triplet: 5C, F2 and AC. RGB value is (92,242,172). Sum of RGB (Red+Green+Blue) = 92+242+172=506 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.18% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #5CF2AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CF2AC is #A30D53. Grayscale: #BDBDBD. Windows color (decimal): -10685780 or 11334236. OLE color: 11334236.
HSL color Cylindrical-coordinate representation of color #5CF2AC: hue angle of 152º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF2AC is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 242 | 172 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.05 |
| HSL | 152º | 0.85% | 0.65% | - |
| HSV(B) | 152º | 0.62% | 0.95% | - |
| XYZ | 43.61 | 68.76 | 50 | - |
| YUV | 189.17 | 118.31 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 242 | 172 | 0.62 | 0 | 0.29 | 0.05 | 152 | 0.85 | 0.65 |
| Hex | 5C | F2 | AC | 3E | 0 | 1D | 5 | 98 | 55 | 41 |
| Octal | 134 | 362 | 254 | 76 | 0 | 35 | 5 | 230 | 125 | 101 |
| Binary | 1011100 | 11110010 | 10101100 | 111110 | 0 | 11101 | 101 | 10011000 | 1010101 | 1000001 |
Color Harmonies of #5CF2AC
Complementary color
Monochromatic Colors of #5CF2AC
Black with #5CF2AC
Text Example
Text Example
White with #5CF2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF2AC; }
p { color: rgb(92,242,172); }
H1.HeaderClassName
{
color: #5CF2AC;
}
.AnyTagClassName
{
color: #5CF2AC;
}
</style>
background-color css
<style>
a { background-color: #5CF2AC; }
a { background-color: rgb(92,242,172); }
div.DivClassName
{
background-color: #5CF2AC;
}
.BgClassName
{
background-color: #5CF2AC;
}
</style>
border-color css
<style>
span { border-color: #5CF2AC; }
span { border-color: rgb(92,242,172); }
td.TdClassName
{
border-color: #5CF2AC;
}
.TagClassName
{
border-color: #5CF2AC;
}
</style>