Shades of Medium Aquamarine #5FCBA5
Tints of Medium Aquamarine #5FCBA5
RGB
CMYK
RGB Variations
Color information
#5FCBA5 (or 0x5FCBA5) is known color: Medium Aquamarine. HEX triplet: 5F, CB and A5. RGB value is (95,203,165). Sum of RGB (Red+Green+Blue) = 95+203+165=463 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.52% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCBA5 is #A0345A. Grayscale: #A6A6A6. Windows color (decimal): -10499163 or 10865503. OLE color: 10865503.
HSL color Cylindrical-coordinate representation of color #5FCBA5: hue angle of 158.89º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCBA5 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 165 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.20 |
| HSL | 158.89º | 0.51% | 0.58% | - |
| HSV(B) | 158.89º | 0.53% | 0.8% | - |
| XYZ | 32.87 | 47.86 | 43.1 | - |
| YUV | 166.38 | 127.22 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 165 | 0.53 | 0 | 0.19 | 0.20 | 158.89 | 0.51 | 0.58 |
| Hex | 5F | CB | A5 | 35 | 0 | 13 | 14 | 9F | 33 | 3A |
| Octal | 137 | 313 | 245 | 65 | 0 | 23 | 24 | 237 | 63 | 72 |
| Binary | 1011111 | 11001011 | 10100101 | 110101 | 0 | 10011 | 10100 | 10011111 | 110011 | 111010 |
Color Harmonies of #5FCBA5
Complementary color
Monochromatic Colors of #5FCBA5
Black with #5FCBA5
Text Example
Text Example
White with #5FCBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCBA5; }
p { color: rgb(95,203,165); }
H1.HeaderClassName
{
color: #5FCBA5;
}
.AnyTagClassName
{
color: #5FCBA5;
}
</style>
background-color css
<style>
a { background-color: #5FCBA5; }
a { background-color: rgb(95,203,165); }
div.DivClassName
{
background-color: #5FCBA5;
}
.BgClassName
{
background-color: #5FCBA5;
}
</style>
border-color css
<style>
span { border-color: #5FCBA5; }
span { border-color: rgb(95,203,165); }
td.TdClassName
{
border-color: #5FCBA5;
}
.TagClassName
{
border-color: #5FCBA5;
}
</style>