Shades of Aquamarine #5FF3C9
Tints of Aquamarine #5FF3C9
RGB
CMYK
RGB Variations
Color information
#5FF3C9 (or 0x5FF3C9) is known color: Aquamarine. HEX triplet: 5F, F3 and C9. RGB value is (95,243,201). Sum of RGB (Red+Green+Blue) = 95+243+201=539 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.63% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 243 - color contains mainly: green. Hex color #5FF3C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF3C9 is #A00C36. Grayscale: #C1C1C1. Windows color (decimal): -10488887 or 13235039. OLE color: 13235039.
HSL color Cylindrical-coordinate representation of color #5FF3C9: hue angle of 162.97º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF3C9 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 243 | 201 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.05 |
| HSL | 162.97º | 0.86% | 0.66% | - |
| HSV(B) | 162.97º | 0.61% | 0.95% | - |
| XYZ | 47.31 | 70.75 | 66.42 | - |
| YUV | 193.96 | 131.97 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 243 | 201 | 0.61 | 0 | 0.17 | 0.05 | 162.97 | 0.86 | 0.66 |
| Hex | 5F | F3 | C9 | 3D | 0 | 11 | 5 | A3 | 56 | 42 |
| Octal | 137 | 363 | 311 | 75 | 0 | 21 | 5 | 243 | 126 | 102 |
| Binary | 1011111 | 11110011 | 11001001 | 111101 | 0 | 10001 | 101 | 10100011 | 1010110 | 1000010 |
Color Harmonies of #5FF3C9
Complementary color
Monochromatic Colors of #5FF3C9
Black with #5FF3C9
Text Example
Text Example
White with #5FF3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF3C9; }
p { color: rgb(95,243,201); }
H1.HeaderClassName
{
color: #5FF3C9;
}
.AnyTagClassName
{
color: #5FF3C9;
}
</style>
background-color css
<style>
a { background-color: #5FF3C9; }
a { background-color: rgb(95,243,201); }
div.DivClassName
{
background-color: #5FF3C9;
}
.BgClassName
{
background-color: #5FF3C9;
}
</style>
border-color css
<style>
span { border-color: #5FF3C9; }
span { border-color: rgb(95,243,201); }
td.TdClassName
{
border-color: #5FF3C9;
}
.TagClassName
{
border-color: #5FF3C9;
}
</style>