Shades of Aquamarine #5FFADB
Tints of Aquamarine #5FFADB
RGB
CMYK
RGB Variations
Color information
#5FFADB (or 0x5FFADB) is known color: Aquamarine. HEX triplet: 5F, FA and DB. RGB value is (95,250,219). Sum of RGB (Red+Green+Blue) = 95+250+219=564 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.84% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFADB is #A00524. Grayscale: #C8C8C8. Windows color (decimal): -10487077 or 14416479. OLE color: 14416479.
HSL color Cylindrical-coordinate representation of color #5FFADB: hue angle of 168º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFADB is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 219 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.02 |
| HSL | 168º | 0.94% | 0.68% | - |
| HSV(B) | 168º | 0.62% | 0.98% | - |
| XYZ | 51.69 | 75.92 | 78.95 | - |
| YUV | 200.12 | 138.65 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 219 | 0.62 | 0 | 0.12 | 0.02 | 168 | 0.94 | 0.68 |
| Hex | 5F | FA | DB | 3E | 0 | C | 2 | A8 | 5E | 44 |
| Octal | 137 | 372 | 333 | 76 | 0 | 14 | 2 | 250 | 136 | 104 |
| Binary | 1011111 | 11111010 | 11011011 | 111110 | 0 | 1100 | 10 | 10101000 | 1011110 | 1000100 |
Color Harmonies of #5FFADB
Complementary color
Monochromatic Colors of #5FFADB
Black with #5FFADB
Text Example
Text Example
White with #5FFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFADB; }
p { color: rgb(95,250,219); }
H1.HeaderClassName
{
color: #5FFADB;
}
.AnyTagClassName
{
color: #5FFADB;
}
</style>
background-color css
<style>
a { background-color: #5FFADB; }
a { background-color: rgb(95,250,219); }
div.DivClassName
{
background-color: #5FFADB;
}
.BgClassName
{
background-color: #5FFADB;
}
</style>
border-color css
<style>
span { border-color: #5FFADB; }
span { border-color: rgb(95,250,219); }
td.TdClassName
{
border-color: #5FFADB;
}
.TagClassName
{
border-color: #5FFADB;
}
</style>