Shades of Aquamarine #5FFBD1
Tints of Aquamarine #5FFBD1
RGB
CMYK
RGB Variations
Color information
#5FFBD1 (or 0x5FFBD1) is known color: Aquamarine. HEX triplet: 5F, FB and D1. RGB value is (95,251,209). Sum of RGB (Red+Green+Blue) = 95+251+209=555 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.12% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 209 (82.03% from 255 or 37.66% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFBD1 is #A0042E. Grayscale: #C7C7C7. Windows color (decimal): -10486831 or 13761375. OLE color: 13761375.
HSL color Cylindrical-coordinate representation of color #5FFBD1: hue angle of 163.85º 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 #5FFBD1 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 209 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.02 |
| HSL | 163.85º | 0.95% | 0.68% | - |
| HSV(B) | 163.85º | 0.62% | 0.98% | - |
| XYZ | 50.73 | 76.03 | 72.32 | - |
| YUV | 199.57 | 133.32 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 209 | 0.62 | 0 | 0.17 | 0.02 | 163.85 | 0.95 | 0.68 |
| Hex | 5F | FB | D1 | 3E | 0 | 11 | 2 | A4 | 5F | 44 |
| Octal | 137 | 373 | 321 | 76 | 0 | 21 | 2 | 244 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11010001 | 111110 | 0 | 10001 | 10 | 10100100 | 1011111 | 1000100 |
Color Harmonies of #5FFBD1
Complementary color
Monochromatic Colors of #5FFBD1
Black with #5FFBD1
Text Example
Text Example
White with #5FFBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBD1; }
p { color: rgb(95,251,209); }
H1.HeaderClassName
{
color: #5FFBD1;
}
.AnyTagClassName
{
color: #5FFBD1;
}
</style>
background-color css
<style>
a { background-color: #5FFBD1; }
a { background-color: rgb(95,251,209); }
div.DivClassName
{
background-color: #5FFBD1;
}
.BgClassName
{
background-color: #5FFBD1;
}
</style>
border-color css
<style>
span { border-color: #5FFBD1; }
span { border-color: rgb(95,251,209); }
td.TdClassName
{
border-color: #5FFBD1;
}
.TagClassName
{
border-color: #5FFBD1;
}
</style>