Shades of Aquamarine #5EFDDF
Tints of Aquamarine #5EFDDF
RGB
CMYK
RGB Variations
Color information
#5EFDDF (or 0x5EFDDF) is known color: Aquamarine. HEX triplet: 5E, FD and DF. RGB value is (94,253,223). Sum of RGB (Red+Green+Blue) = 94+253+223=570 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.49% from 570); Green value is 253 (99.22% from 255 or 44.39% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFDDF is #A10220. Grayscale: #C9C9C9. Windows color (decimal): -10551841 or 14679390. OLE color: 14679390.
HSL color Cylindrical-coordinate representation of color #5EFDDF: hue angle of 168.68º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFDDF is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 253 | 223 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.01 |
| HSL | 168.68º | 0.98% | 0.68% | - |
| HSV(B) | 168.68º | 0.63% | 0.99% | - |
| XYZ | 53.06 | 77.96 | 82.06 | - |
| YUV | 202.04 | 139.82 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 253 | 223 | 0.63 | 0 | 0.12 | 0.01 | 168.68 | 0.98 | 0.68 |
| Hex | 5E | FD | DF | 3F | 0 | C | 1 | A9 | 62 | 44 |
| Octal | 136 | 375 | 337 | 77 | 0 | 14 | 1 | 251 | 142 | 104 |
| Binary | 1011110 | 11111101 | 11011111 | 111111 | 0 | 1100 | 1 | 10101001 | 1100010 | 1000100 |
Color Harmonies of #5EFDDF
Complementary color
Monochromatic Colors of #5EFDDF
Black with #5EFDDF
Text Example
Text Example
White with #5EFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFDDF; }
p { color: rgb(94,253,223); }
H1.HeaderClassName
{
color: #5EFDDF;
}
.AnyTagClassName
{
color: #5EFDDF;
}
</style>
background-color css
<style>
a { background-color: #5EFDDF; }
a { background-color: rgb(94,253,223); }
div.DivClassName
{
background-color: #5EFDDF;
}
.BgClassName
{
background-color: #5EFDDF;
}
</style>
border-color css
<style>
span { border-color: #5EFDDF; }
span { border-color: rgb(94,253,223); }
td.TdClassName
{
border-color: #5EFDDF;
}
.TagClassName
{
border-color: #5EFDDF;
}
</style>