Shades of Medium Aquamarine #5FCBA9
Tints of Medium Aquamarine #5FCBA9
RGB
CMYK
RGB Variations
Color information
#5FCBA9 (or 0x5FCBA9) is known color: Medium Aquamarine. HEX triplet: 5F, CB and A9. RGB value is (95,203,169). Sum of RGB (Red+Green+Blue) = 95+203+169=467 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.34% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCBA9 is #A03456. Grayscale: #A6A6A6. Windows color (decimal): -10499159 or 11127647. OLE color: 11127647.
HSL color Cylindrical-coordinate representation of color #5FCBA9: hue angle of 161.11º 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 #5FCBA9 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 169 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.20 |
| HSL | 161.11º | 0.51% | 0.58% | - |
| HSV(B) | 161.11º | 0.53% | 0.8% | - |
| XYZ | 33.24 | 48.01 | 45.05 | - |
| YUV | 166.83 | 129.22 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 169 | 0.53 | 0 | 0.17 | 0.20 | 161.11 | 0.51 | 0.58 |
| Hex | 5F | CB | A9 | 35 | 0 | 11 | 14 | A1 | 33 | 3A |
| Octal | 137 | 313 | 251 | 65 | 0 | 21 | 24 | 241 | 63 | 72 |
| Binary | 1011111 | 11001011 | 10101001 | 110101 | 0 | 10001 | 10100 | 10100001 | 110011 | 111010 |
Color Harmonies of #5FCBA9
Complementary color
Monochromatic Colors of #5FCBA9
Black with #5FCBA9
Text Example
Text Example
White with #5FCBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCBA9; }
p { color: rgb(95,203,169); }
H1.HeaderClassName
{
color: #5FCBA9;
}
.AnyTagClassName
{
color: #5FCBA9;
}
</style>
background-color css
<style>
a { background-color: #5FCBA9; }
a { background-color: rgb(95,203,169); }
div.DivClassName
{
background-color: #5FCBA9;
}
.BgClassName
{
background-color: #5FCBA9;
}
</style>
border-color css
<style>
span { border-color: #5FCBA9; }
span { border-color: rgb(95,203,169); }
td.TdClassName
{
border-color: #5FCBA9;
}
.TagClassName
{
border-color: #5FCBA9;
}
</style>