Shades of Aquamarine #5EF9CF
Tints of Aquamarine #5EF9CF
RGB
CMYK
RGB Variations
Color information
#5EF9CF (or 0x5EF9CF) is known color: Aquamarine. HEX triplet: 5E, F9 and CF. RGB value is (94,249,207). Sum of RGB (Red+Green+Blue) = 94+249+207=550 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.09% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #5EF9CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF9CF is #A10630. Grayscale: #C5C5C5. Windows color (decimal): -10552881 or 13629790. OLE color: 13629790.
HSL color Cylindrical-coordinate representation of color #5EF9CF: hue angle of 163.74º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EF9CF is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 249 | 207 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.02 |
| HSL | 163.74º | 0.93% | 0.67% | - |
| HSV(B) | 163.74º | 0.62% | 0.98% | - |
| XYZ | 49.75 | 74.64 | 70.82 | - |
| YUV | 197.87 | 133.15 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 249 | 207 | 0.62 | 0 | 0.17 | 0.02 | 163.74 | 0.93 | 0.67 |
| Hex | 5E | F9 | CF | 3E | 0 | 11 | 2 | A4 | 5D | 43 |
| Octal | 136 | 371 | 317 | 76 | 0 | 21 | 2 | 244 | 135 | 103 |
| Binary | 1011110 | 11111001 | 11001111 | 111110 | 0 | 10001 | 10 | 10100100 | 1011101 | 1000011 |
Color Harmonies of #5EF9CF
Complementary color
Monochromatic Colors of #5EF9CF
Black with #5EF9CF
Text Example
Text Example
White with #5EF9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF9CF; }
p { color: rgb(94,249,207); }
H1.HeaderClassName
{
color: #5EF9CF;
}
.AnyTagClassName
{
color: #5EF9CF;
}
</style>
background-color css
<style>
a { background-color: #5EF9CF; }
a { background-color: rgb(94,249,207); }
div.DivClassName
{
background-color: #5EF9CF;
}
.BgClassName
{
background-color: #5EF9CF;
}
</style>
border-color css
<style>
span { border-color: #5EF9CF; }
span { border-color: rgb(94,249,207); }
td.TdClassName
{
border-color: #5EF9CF;
}
.TagClassName
{
border-color: #5EF9CF;
}
</style>