Shades of Aquamarine #5CFEBB
Tints of Aquamarine #5CFEBB
RGB
CMYK
RGB Variations
Color information
#5CFEBB (or 0x5CFEBB) is known color: Aquamarine. HEX triplet: 5C, FE and BB. RGB value is (92,254,187). Sum of RGB (Red+Green+Blue) = 92+254+187=533 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.26% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #5CFEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFEBB is #A30144. Grayscale: #C6C6C6. Windows color (decimal): -10682693 or 12320348. OLE color: 12320348.
HSL color Cylindrical-coordinate representation of color #5CFEBB: hue angle of 155.19º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CFEBB is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 254 | 187 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.00 |
| HSL | 155.19º | 0.99% | 0.68% | - |
| HSV(B) | 155.19º | 0.64% | 1% | - |
| XYZ | 48.83 | 76.75 | 59.25 | - |
| YUV | 197.92 | 121.83 | 52.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 254 | 187 | 0.64 | 0 | 0.26 | 0.00 | 155.19 | 0.99 | 0.68 |
| Hex | 5C | FE | BB | 40 | 0 | 1A | 0 | 9B | 63 | 44 |
| Octal | 134 | 376 | 273 | 100 | 0 | 32 | 0 | 233 | 143 | 104 |
| Binary | 1011100 | 11111110 | 10111011 | 1000000 | 0 | 11010 | 0 | 10011011 | 1100011 | 1000100 |
Color Harmonies of #5CFEBB
Complementary color
Monochromatic Colors of #5CFEBB
Black with #5CFEBB
Text Example
Text Example
White with #5CFEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFEBB; }
p { color: rgb(92,254,187); }
H1.HeaderClassName
{
color: #5CFEBB;
}
.AnyTagClassName
{
color: #5CFEBB;
}
</style>
background-color css
<style>
a { background-color: #5CFEBB; }
a { background-color: rgb(92,254,187); }
div.DivClassName
{
background-color: #5CFEBB;
}
.BgClassName
{
background-color: #5CFEBB;
}
</style>
border-color css
<style>
span { border-color: #5CFEBB; }
span { border-color: rgb(92,254,187); }
td.TdClassName
{
border-color: #5CFEBB;
}
.TagClassName
{
border-color: #5CFEBB;
}
</style>