Shades of Aquamarine #5FFEDB
Tints of Aquamarine #5FFEDB
RGB
CMYK
RGB Variations
Color information
#5FFEDB (or 0x5FFEDB) is known color: Aquamarine. HEX triplet: 5F, FE and DB. RGB value is (95,254,219). Sum of RGB (Red+Green+Blue) = 95+254+219=568 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.73% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #5FFEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFEDB is #A00124. Grayscale: #CACACA. Windows color (decimal): -10486053 or 14417503. OLE color: 14417503.
HSL color Cylindrical-coordinate representation of color #5FFEDB: hue angle of 166.79º 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 #5FFEDB is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 254 | 219 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.00 |
| HSL | 166.79º | 0.99% | 0.68% | - |
| HSV(B) | 166.79º | 0.63% | 1% | - |
| XYZ | 52.95 | 78.43 | 79.37 | - |
| YUV | 202.47 | 137.32 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 254 | 219 | 0.63 | 0 | 0.14 | 0.00 | 166.79 | 0.99 | 0.68 |
| Hex | 5F | FE | DB | 3F | 0 | E | 0 | A7 | 63 | 44 |
| Octal | 137 | 376 | 333 | 77 | 0 | 16 | 0 | 247 | 143 | 104 |
| Binary | 1011111 | 11111110 | 11011011 | 111111 | 0 | 1110 | 0 | 10100111 | 1100011 | 1000100 |
Color Harmonies of #5FFEDB
Complementary color
Monochromatic Colors of #5FFEDB
Black with #5FFEDB
Text Example
Text Example
White with #5FFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFEDB; }
p { color: rgb(95,254,219); }
H1.HeaderClassName
{
color: #5FFEDB;
}
.AnyTagClassName
{
color: #5FFEDB;
}
</style>
background-color css
<style>
a { background-color: #5FFEDB; }
a { background-color: rgb(95,254,219); }
div.DivClassName
{
background-color: #5FFEDB;
}
.BgClassName
{
background-color: #5FFEDB;
}
</style>
border-color css
<style>
span { border-color: #5FFEDB; }
span { border-color: rgb(95,254,219); }
td.TdClassName
{
border-color: #5FFEDB;
}
.TagClassName
{
border-color: #5FFEDB;
}
</style>