Shades of Aquamarine #5CFADE
Tints of Aquamarine #5CFADE
RGB
CMYK
RGB Variations
Color information
#5CFADE (or 0x5CFADE) is known color: Aquamarine. HEX triplet: 5C, FA and DE. RGB value is (92,250,222). Sum of RGB (Red+Green+Blue) = 92+250+222=564 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.31% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #5CFADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFADE is #A30521. Grayscale: #C7C7C7. Windows color (decimal): -10683682 or 14613084. OLE color: 14613084.
HSL color Cylindrical-coordinate representation of color #5CFADE: hue angle of 169.37º 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 #5CFADE is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 250 | 222 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.02 |
| HSL | 169.37º | 0.94% | 0.67% | - |
| HSV(B) | 169.37º | 0.63% | 0.98% | - |
| XYZ | 51.78 | 75.92 | 81.03 | - |
| YUV | 199.57 | 140.65 | 51.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 250 | 222 | 0.63 | 0 | 0.11 | 0.02 | 169.37 | 0.94 | 0.67 |
| Hex | 5C | FA | DE | 3F | 0 | B | 2 | A9 | 5E | 43 |
| Octal | 134 | 372 | 336 | 77 | 0 | 13 | 2 | 251 | 136 | 103 |
| Binary | 1011100 | 11111010 | 11011110 | 111111 | 0 | 1011 | 10 | 10101001 | 1011110 | 1000011 |
Color Harmonies of #5CFADE
Complementary color
Monochromatic Colors of #5CFADE
Black with #5CFADE
Text Example
Text Example
White with #5CFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFADE; }
p { color: rgb(92,250,222); }
H1.HeaderClassName
{
color: #5CFADE;
}
.AnyTagClassName
{
color: #5CFADE;
}
</style>
background-color css
<style>
a { background-color: #5CFADE; }
a { background-color: rgb(92,250,222); }
div.DivClassName
{
background-color: #5CFADE;
}
.BgClassName
{
background-color: #5CFADE;
}
</style>
border-color css
<style>
span { border-color: #5CFADE; }
span { border-color: rgb(92,250,222); }
td.TdClassName
{
border-color: #5CFADE;
}
.TagClassName
{
border-color: #5CFADE;
}
</style>