Shades of Aquamarine #5FF4D1
Tints of Aquamarine #5FF4D1
RGB
CMYK
RGB Variations
Color information
#5FF4D1 (or 0x5FF4D1) is known color: Aquamarine. HEX triplet: 5F, F4 and D1. RGB value is (95,244,209). Sum of RGB (Red+Green+Blue) = 95+244+209=548 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.34% from 548); Green value is 244 (95.70% from 255 or 44.53% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 244 - color contains mainly: green. Hex color #5FF4D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF4D1 is #A00B2E. Grayscale: #C3C3C3. Windows color (decimal): -10488623 or 13759583. OLE color: 13759583.
HSL color Cylindrical-coordinate representation of color #5FF4D1: hue angle of 165.91º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF4D1 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 244 | 209 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.04 |
| HSL | 165.91º | 0.87% | 0.66% | - |
| HSV(B) | 165.91º | 0.61% | 0.96% | - |
| XYZ | 48.58 | 71.74 | 71.61 | - |
| YUV | 195.46 | 135.64 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 244 | 209 | 0.61 | 0 | 0.14 | 0.04 | 165.91 | 0.87 | 0.66 |
| Hex | 5F | F4 | D1 | 3D | 0 | E | 4 | A6 | 57 | 42 |
| Octal | 137 | 364 | 321 | 75 | 0 | 16 | 4 | 246 | 127 | 102 |
| Binary | 1011111 | 11110100 | 11010001 | 111101 | 0 | 1110 | 100 | 10100110 | 1010111 | 1000010 |
Color Harmonies of #5FF4D1
Complementary color
Monochromatic Colors of #5FF4D1
Black with #5FF4D1
Text Example
Text Example
White with #5FF4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF4D1; }
p { color: rgb(95,244,209); }
H1.HeaderClassName
{
color: #5FF4D1;
}
.AnyTagClassName
{
color: #5FF4D1;
}
</style>
background-color css
<style>
a { background-color: #5FF4D1; }
a { background-color: rgb(95,244,209); }
div.DivClassName
{
background-color: #5FF4D1;
}
.BgClassName
{
background-color: #5FF4D1;
}
</style>
border-color css
<style>
span { border-color: #5FF4D1; }
span { border-color: rgb(95,244,209); }
td.TdClassName
{
border-color: #5FF4D1;
}
.TagClassName
{
border-color: #5FF4D1;
}
</style>