Shades of Aquamarine #5EF3CB
Tints of Aquamarine #5EF3CB
RGB
CMYK
RGB Variations
Color information
#5EF3CB (or 0x5EF3CB) is known color: Aquamarine. HEX triplet: 5E, F3 and CB. RGB value is (94,243,203). Sum of RGB (Red+Green+Blue) = 94+243+203=540 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.41% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #5EF3CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF3CB is #A10C34. Grayscale: #C1C1C1. Windows color (decimal): -10554421 or 13366110. OLE color: 13366110.
HSL color Cylindrical-coordinate representation of color #5EF3CB: hue angle of 163.89º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF3CB is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 243 | 203 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.05 |
| HSL | 163.89º | 0.86% | 0.66% | - |
| HSV(B) | 163.89º | 0.61% | 0.95% | - |
| XYZ | 47.45 | 70.79 | 67.66 | - |
| YUV | 193.89 | 133.14 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 243 | 203 | 0.61 | 0 | 0.16 | 0.05 | 163.89 | 0.86 | 0.66 |
| Hex | 5E | F3 | CB | 3D | 0 | 10 | 5 | A4 | 56 | 42 |
| Octal | 136 | 363 | 313 | 75 | 0 | 20 | 5 | 244 | 126 | 102 |
| Binary | 1011110 | 11110011 | 11001011 | 111101 | 0 | 10000 | 101 | 10100100 | 1010110 | 1000010 |
Color Harmonies of #5EF3CB
Complementary color
Monochromatic Colors of #5EF3CB
Black with #5EF3CB
Text Example
Text Example
White with #5EF3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF3CB; }
p { color: rgb(94,243,203); }
H1.HeaderClassName
{
color: #5EF3CB;
}
.AnyTagClassName
{
color: #5EF3CB;
}
</style>
background-color css
<style>
a { background-color: #5EF3CB; }
a { background-color: rgb(94,243,203); }
div.DivClassName
{
background-color: #5EF3CB;
}
.BgClassName
{
background-color: #5EF3CB;
}
</style>
border-color css
<style>
span { border-color: #5EF3CB; }
span { border-color: rgb(94,243,203); }
td.TdClassName
{
border-color: #5EF3CB;
}
.TagClassName
{
border-color: #5EF3CB;
}
</style>