Shades of Medium Aquamarine #5CFCA2
Tints of Medium Aquamarine #5CFCA2
RGB
CMYK
RGB Variations
Color information
#5CFCA2 (or 0x5CFCA2) is known color: Medium Aquamarine. HEX triplet: 5C, FC and A2. RGB value is (92,252,162). Sum of RGB (Red+Green+Blue) = 92+252+162=506 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.18% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #5CFCA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CFCA2 is #A3035D. Grayscale: #C2C2C2. Windows color (decimal): -10683230 or 10681436. OLE color: 10681436.
HSL color Cylindrical-coordinate representation of color #5CFCA2: hue angle of 146.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CFCA2 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 252 | 162 | - |
| CMYK | 0.63 | 0 | 0.36 | 0.01 |
| HSL | 146.25º | 0.96% | 0.67% | - |
| HSV(B) | 146.25º | 0.63% | 0.99% | - |
| XYZ | 45.75 | 74.5 | 46.15 | - |
| YUV | 193.9 | 109.99 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 252 | 162 | 0.63 | 0 | 0.36 | 0.01 | 146.25 | 0.96 | 0.67 |
| Hex | 5C | FC | A2 | 3F | 0 | 24 | 1 | 92 | 60 | 43 |
| Octal | 134 | 374 | 242 | 77 | 0 | 44 | 1 | 222 | 140 | 103 |
| Binary | 1011100 | 11111100 | 10100010 | 111111 | 0 | 100100 | 1 | 10010010 | 1100000 | 1000011 |
Color Harmonies of #5CFCA2
Complementary color
Monochromatic Colors of #5CFCA2
Black with #5CFCA2
Text Example
Text Example
White with #5CFCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFCA2; }
p { color: rgb(92,252,162); }
H1.HeaderClassName
{
color: #5CFCA2;
}
.AnyTagClassName
{
color: #5CFCA2;
}
</style>
background-color css
<style>
a { background-color: #5CFCA2; }
a { background-color: rgb(92,252,162); }
div.DivClassName
{
background-color: #5CFCA2;
}
.BgClassName
{
background-color: #5CFCA2;
}
</style>
border-color css
<style>
span { border-color: #5CFCA2; }
span { border-color: rgb(92,252,162); }
td.TdClassName
{
border-color: #5CFCA2;
}
.TagClassName
{
border-color: #5CFCA2;
}
</style>