Shades of Aquamarine #5FF9C0
Tints of Aquamarine #5FF9C0
RGB
CMYK
RGB Variations
Color information
#5FF9C0 (or 0x5FF9C0) is known color: Aquamarine. HEX triplet: 5F, F9 and C0. RGB value is (95,249,192). Sum of RGB (Red+Green+Blue) = 95+249+192=536 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.72% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #5FF9C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF9C0 is #A0063F. Grayscale: #C4C4C4. Windows color (decimal): -10487360 or 12646751. OLE color: 12646751.
HSL color Cylindrical-coordinate representation of color #5FF9C0: hue angle of 157.79º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FF9C0 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 249 | 192 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.02 |
| HSL | 157.79º | 0.93% | 0.67% | - |
| HSV(B) | 157.79º | 0.62% | 0.98% | - |
| XYZ | 48.11 | 73.99 | 61.62 | - |
| YUV | 196.46 | 125.48 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 249 | 192 | 0.62 | 0 | 0.23 | 0.02 | 157.79 | 0.93 | 0.67 |
| Hex | 5F | F9 | C0 | 3E | 0 | 17 | 2 | 9E | 5D | 43 |
| Octal | 137 | 371 | 300 | 76 | 0 | 27 | 2 | 236 | 135 | 103 |
| Binary | 1011111 | 11111001 | 11000000 | 111110 | 0 | 10111 | 10 | 10011110 | 1011101 | 1000011 |
Color Harmonies of #5FF9C0
Complementary color
Monochromatic Colors of #5FF9C0
Black with #5FF9C0
Text Example
Text Example
White with #5FF9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF9C0; }
p { color: rgb(95,249,192); }
H1.HeaderClassName
{
color: #5FF9C0;
}
.AnyTagClassName
{
color: #5FF9C0;
}
</style>
background-color css
<style>
a { background-color: #5FF9C0; }
a { background-color: rgb(95,249,192); }
div.DivClassName
{
background-color: #5FF9C0;
}
.BgClassName
{
background-color: #5FF9C0;
}
</style>
border-color css
<style>
span { border-color: #5FF9C0; }
span { border-color: rgb(95,249,192); }
td.TdClassName
{
border-color: #5FF9C0;
}
.TagClassName
{
border-color: #5FF9C0;
}
</style>