Shades of Aquamarine #5CFADC
Tints of Aquamarine #5CFADC
RGB
CMYK
RGB Variations
Color information
#5CFADC (or 0x5CFADC) is known color: Aquamarine. HEX triplet: 5C, FA and DC. RGB value is (92,250,220). Sum of RGB (Red+Green+Blue) = 92+250+220=562 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.37% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #5CFADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFADC is #A30523. Grayscale: #C7C7C7. Windows color (decimal): -10683684 or 14482012. OLE color: 14482012.
HSL color Cylindrical-coordinate representation of color #5CFADC: hue angle of 168.61º 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 #5CFADC is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 250 | 220 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.02 |
| HSL | 168.61º | 0.94% | 0.67% | - |
| HSV(B) | 168.61º | 0.63% | 0.98% | - |
| XYZ | 51.52 | 75.81 | 79.63 | - |
| YUV | 199.34 | 139.65 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 250 | 220 | 0.63 | 0 | 0.12 | 0.02 | 168.61 | 0.94 | 0.67 |
| Hex | 5C | FA | DC | 3F | 0 | C | 2 | A9 | 5E | 43 |
| Octal | 134 | 372 | 334 | 77 | 0 | 14 | 2 | 251 | 136 | 103 |
| Binary | 1011100 | 11111010 | 11011100 | 111111 | 0 | 1100 | 10 | 10101001 | 1011110 | 1000011 |
Color Harmonies of #5CFADC
Complementary color
Monochromatic Colors of #5CFADC
Black with #5CFADC
Text Example
Text Example
White with #5CFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFADC; }
p { color: rgb(92,250,220); }
H1.HeaderClassName
{
color: #5CFADC;
}
.AnyTagClassName
{
color: #5CFADC;
}
</style>
background-color css
<style>
a { background-color: #5CFADC; }
a { background-color: rgb(92,250,220); }
div.DivClassName
{
background-color: #5CFADC;
}
.BgClassName
{
background-color: #5CFADC;
}
</style>
border-color css
<style>
span { border-color: #5CFADC; }
span { border-color: rgb(92,250,220); }
td.TdClassName
{
border-color: #5CFADC;
}
.TagClassName
{
border-color: #5CFADC;
}
</style>