Shades of Aquamarine #5FFBDB
Tints of Aquamarine #5FFBDB
RGB
CMYK
RGB Variations
Color information
#5FFBDB (or 0x5FFBDB) is known color: Aquamarine. HEX triplet: 5F, FB and DB. RGB value is (95,251,219). Sum of RGB (Red+Green+Blue) = 95+251+219=565 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.81% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFBDB is #A00424. Grayscale: #C8C8C8. Windows color (decimal): -10486821 or 14416735. OLE color: 14416735.
HSL color Cylindrical-coordinate representation of color #5FFBDB: hue angle of 167.69º degrees, saturation: 0.95, 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 #5FFBDB is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 219 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.02 |
| HSL | 167.69º | 0.95% | 0.68% | - |
| HSV(B) | 167.69º | 0.62% | 0.98% | - |
| XYZ | 52 | 76.54 | 79.05 | - |
| YUV | 200.71 | 138.32 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 219 | 0.62 | 0 | 0.13 | 0.02 | 167.69 | 0.95 | 0.68 |
| Hex | 5F | FB | DB | 3E | 0 | D | 2 | A8 | 5F | 44 |
| Octal | 137 | 373 | 333 | 76 | 0 | 15 | 2 | 250 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11011011 | 111110 | 0 | 1101 | 10 | 10101000 | 1011111 | 1000100 |
Color Harmonies of #5FFBDB
Complementary color
Monochromatic Colors of #5FFBDB
Black with #5FFBDB
Text Example
Text Example
White with #5FFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBDB; }
p { color: rgb(95,251,219); }
H1.HeaderClassName
{
color: #5FFBDB;
}
.AnyTagClassName
{
color: #5FFBDB;
}
</style>
background-color css
<style>
a { background-color: #5FFBDB; }
a { background-color: rgb(95,251,219); }
div.DivClassName
{
background-color: #5FFBDB;
}
.BgClassName
{
background-color: #5FFBDB;
}
</style>
border-color css
<style>
span { border-color: #5FFBDB; }
span { border-color: rgb(95,251,219); }
td.TdClassName
{
border-color: #5FFBDB;
}
.TagClassName
{
border-color: #5FFBDB;
}
</style>