Shades of Aquamarine #5FFDB4
Tints of Aquamarine #5FFDB4
RGB
CMYK
RGB Variations
Color information
#5FFDB4 (or 0x5FFDB4) is known color: Aquamarine. HEX triplet: 5F, FD and B4. RGB value is (95,253,180). Sum of RGB (Red+Green+Blue) = 95+253+180=528 (69% of max value = 765). Red value is 95 (37.5% from 255 or 17.99% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFDB4 is #A0024B. Grayscale: #C5C5C5. Windows color (decimal): -10486348 or 11861343. OLE color: 11861343.
HSL color Cylindrical-coordinate representation of color #5FFDB4: hue angle of 152.28º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFDB4 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 180 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.01 |
| HSL | 152.28º | 0.98% | 0.68% | - |
| HSV(B) | 152.28º | 0.62% | 0.99% | - |
| XYZ | 48.08 | 75.98 | 55.31 | - |
| YUV | 197.44 | 118.15 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 180 | 0.62 | 0 | 0.29 | 0.01 | 152.28 | 0.98 | 0.68 |
| Hex | 5F | FD | B4 | 3E | 0 | 1D | 1 | 98 | 62 | 44 |
| Octal | 137 | 375 | 264 | 76 | 0 | 35 | 1 | 230 | 142 | 104 |
| Binary | 1011111 | 11111101 | 10110100 | 111110 | 0 | 11101 | 1 | 10011000 | 1100010 | 1000100 |
Color Harmonies of #5FFDB4
Complementary color
Monochromatic Colors of #5FFDB4
Black with #5FFDB4
Text Example
Text Example
White with #5FFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFDB4; }
p { color: rgb(95,253,180); }
H1.HeaderClassName
{
color: #5FFDB4;
}
.AnyTagClassName
{
color: #5FFDB4;
}
</style>
background-color css
<style>
a { background-color: #5FFDB4; }
a { background-color: rgb(95,253,180); }
div.DivClassName
{
background-color: #5FFDB4;
}
.BgClassName
{
background-color: #5FFDB4;
}
</style>
border-color css
<style>
span { border-color: #5FFDB4; }
span { border-color: rgb(95,253,180); }
td.TdClassName
{
border-color: #5FFDB4;
}
.TagClassName
{
border-color: #5FFDB4;
}
</style>