Shades of Aquamarine #5CFAC3
Tints of Aquamarine #5CFAC3
RGB
CMYK
RGB Variations
Color information
#5CFAC3 (or 0x5CFAC3) is known color: Aquamarine. HEX triplet: 5C, FA and C3. RGB value is (92,250,195). Sum of RGB (Red+Green+Blue) = 92+250+195=537 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.13% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #5CFAC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFAC3 is #A3053C. Grayscale: #C4C4C4. Windows color (decimal): -10683709 or 12843612. OLE color: 12843612.
HSL color Cylindrical-coordinate representation of color #5CFAC3: hue angle of 159.11º degrees, saturation: 0.94, 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 #5CFAC3 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 250 | 195 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.02 |
| HSL | 159.11º | 0.94% | 0.67% | - |
| HSV(B) | 159.11º | 0.63% | 0.98% | - |
| XYZ | 48.45 | 74.59 | 63.47 | - |
| YUV | 196.49 | 127.15 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 250 | 195 | 0.63 | 0 | 0.22 | 0.02 | 159.11 | 0.94 | 0.67 |
| Hex | 5C | FA | C3 | 3F | 0 | 16 | 2 | 9F | 5E | 43 |
| Octal | 134 | 372 | 303 | 77 | 0 | 26 | 2 | 237 | 136 | 103 |
| Binary | 1011100 | 11111010 | 11000011 | 111111 | 0 | 10110 | 10 | 10011111 | 1011110 | 1000011 |
Color Harmonies of #5CFAC3
Complementary color
Monochromatic Colors of #5CFAC3
Black with #5CFAC3
Text Example
Text Example
White with #5CFAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFAC3; }
p { color: rgb(92,250,195); }
H1.HeaderClassName
{
color: #5CFAC3;
}
.AnyTagClassName
{
color: #5CFAC3;
}
</style>
background-color css
<style>
a { background-color: #5CFAC3; }
a { background-color: rgb(92,250,195); }
div.DivClassName
{
background-color: #5CFAC3;
}
.BgClassName
{
background-color: #5CFAC3;
}
</style>
border-color css
<style>
span { border-color: #5CFAC3; }
span { border-color: rgb(92,250,195); }
td.TdClassName
{
border-color: #5CFAC3;
}
.TagClassName
{
border-color: #5CFAC3;
}
</style>