Shades of Aquamarine #5CFABD
Tints of Aquamarine #5CFABD
RGB
CMYK
RGB Variations
Color information
#5CFABD (or 0x5CFABD) is known color: Aquamarine. HEX triplet: 5C, FA and BD. RGB value is (92,250,189). Sum of RGB (Red+Green+Blue) = 92+250+189=531 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.33% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #5CFABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFABD is #A30542. Grayscale: #C3C3C3. Windows color (decimal): -10683715 or 12450396. OLE color: 12450396.
HSL color Cylindrical-coordinate representation of color #5CFABD: hue angle of 156.84º 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 #5CFABD is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 250 | 189 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.02 |
| HSL | 156.84º | 0.94% | 0.67% | - |
| HSV(B) | 156.84º | 0.63% | 0.98% | - |
| XYZ | 47.78 | 74.32 | 59.97 | - |
| YUV | 195.8 | 124.15 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 250 | 189 | 0.63 | 0 | 0.24 | 0.02 | 156.84 | 0.94 | 0.67 |
| Hex | 5C | FA | BD | 3F | 0 | 18 | 2 | 9D | 5E | 43 |
| Octal | 134 | 372 | 275 | 77 | 0 | 30 | 2 | 235 | 136 | 103 |
| Binary | 1011100 | 11111010 | 10111101 | 111111 | 0 | 11000 | 10 | 10011101 | 1011110 | 1000011 |
Color Harmonies of #5CFABD
Complementary color
Monochromatic Colors of #5CFABD
Black with #5CFABD
Text Example
Text Example
White with #5CFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFABD; }
p { color: rgb(92,250,189); }
H1.HeaderClassName
{
color: #5CFABD;
}
.AnyTagClassName
{
color: #5CFABD;
}
</style>
background-color css
<style>
a { background-color: #5CFABD; }
a { background-color: rgb(92,250,189); }
div.DivClassName
{
background-color: #5CFABD;
}
.BgClassName
{
background-color: #5CFABD;
}
</style>
border-color css
<style>
span { border-color: #5CFABD; }
span { border-color: rgb(92,250,189); }
td.TdClassName
{
border-color: #5CFABD;
}
.TagClassName
{
border-color: #5CFABD;
}
</style>