Shades of Medium Aquamarine #5FCAB0
Tints of Medium Aquamarine #5FCAB0
RGB
CMYK
RGB Variations
Color information
#5FCAB0 (or 0x5FCAB0) is known color: Medium Aquamarine. HEX triplet: 5F, CA and B0. RGB value is (95,202,176). Sum of RGB (Red+Green+Blue) = 95+202+176=473 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.08% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCAB0 is #A0354F. Grayscale: #A7A7A7. Windows color (decimal): -10499408 or 11586143. OLE color: 11586143.
HSL color Cylindrical-coordinate representation of color #5FCAB0: hue angle of 165.42º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCAB0 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 176 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.21 |
| HSL | 165.42º | 0.5% | 0.58% | - |
| HSV(B) | 165.42º | 0.53% | 0.79% | - |
| XYZ | 33.68 | 47.81 | 48.53 | - |
| YUV | 167.04 | 133.05 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 176 | 0.53 | 0 | 0.13 | 0.21 | 165.42 | 0.5 | 0.58 |
| Hex | 5F | CA | B0 | 35 | 0 | D | 15 | A5 | 32 | 3A |
| Octal | 137 | 312 | 260 | 65 | 0 | 15 | 25 | 245 | 62 | 72 |
| Binary | 1011111 | 11001010 | 10110000 | 110101 | 0 | 1101 | 10101 | 10100101 | 110010 | 111010 |
Color Harmonies of #5FCAB0
Complementary color
Monochromatic Colors of #5FCAB0
Black with #5FCAB0
Text Example
Text Example
White with #5FCAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCAB0; }
p { color: rgb(95,202,176); }
H1.HeaderClassName
{
color: #5FCAB0;
}
.AnyTagClassName
{
color: #5FCAB0;
}
</style>
background-color css
<style>
a { background-color: #5FCAB0; }
a { background-color: rgb(95,202,176); }
div.DivClassName
{
background-color: #5FCAB0;
}
.BgClassName
{
background-color: #5FCAB0;
}
</style>
border-color css
<style>
span { border-color: #5FCAB0; }
span { border-color: rgb(95,202,176); }
td.TdClassName
{
border-color: #5FCAB0;
}
.TagClassName
{
border-color: #5FCAB0;
}
</style>