Shades of Aquamarine #5EFECB
Tints of Aquamarine #5EFECB
RGB
CMYK
RGB Variations
Color information
#5EFECB (or 0x5EFECB) is known color: Aquamarine. HEX triplet: 5E, FE and CB. RGB value is (94,254,203). Sum of RGB (Red+Green+Blue) = 94+254+203=551 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.06% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #5EFECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFECB is #A10134. Grayscale: #C8C8C8. Windows color (decimal): -10551605 or 13368926. OLE color: 13368926.
HSL color Cylindrical-coordinate representation of color #5EFECB: hue angle of 160.88º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFECB is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 254 | 203 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.00 |
| HSL | 160.88º | 0.99% | 0.68% | - |
| HSV(B) | 160.88º | 0.63% | 1% | - |
| XYZ | 50.84 | 77.58 | 68.79 | - |
| YUV | 200.35 | 129.49 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 254 | 203 | 0.63 | 0 | 0.20 | 0.00 | 160.88 | 0.99 | 0.68 |
| Hex | 5E | FE | CB | 3F | 0 | 14 | 0 | A1 | 63 | 44 |
| Octal | 136 | 376 | 313 | 77 | 0 | 24 | 0 | 241 | 143 | 104 |
| Binary | 1011110 | 11111110 | 11001011 | 111111 | 0 | 10100 | 0 | 10100001 | 1100011 | 1000100 |
Color Harmonies of #5EFECB
Complementary color
Monochromatic Colors of #5EFECB
Black with #5EFECB
Text Example
Text Example
White with #5EFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFECB; }
p { color: rgb(94,254,203); }
H1.HeaderClassName
{
color: #5EFECB;
}
.AnyTagClassName
{
color: #5EFECB;
}
</style>
background-color css
<style>
a { background-color: #5EFECB; }
a { background-color: rgb(94,254,203); }
div.DivClassName
{
background-color: #5EFECB;
}
.BgClassName
{
background-color: #5EFECB;
}
</style>
border-color css
<style>
span { border-color: #5EFECB; }
span { border-color: rgb(94,254,203); }
td.TdClassName
{
border-color: #5EFECB;
}
.TagClassName
{
border-color: #5EFECB;
}
</style>