Shades of Medium Aquamarine #5FCAB2
Tints of Medium Aquamarine #5FCAB2
RGB
CMYK
RGB Variations
Color information
#5FCAB2 (or 0x5FCAB2) is known color: Medium Aquamarine. HEX triplet: 5F, CA and B2. RGB value is (95,202,178). Sum of RGB (Red+Green+Blue) = 95+202+178=475 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCAB2 is #A0354D. Grayscale: #A7A7A7. Windows color (decimal): -10499406 or 11717215. OLE color: 11717215.
HSL color Cylindrical-coordinate representation of color #5FCAB2: hue angle of 166.54º 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 #5FCAB2 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 178 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.21 |
| HSL | 166.54º | 0.5% | 0.58% | - |
| HSV(B) | 166.54º | 0.53% | 0.79% | - |
| XYZ | 33.88 | 47.89 | 49.58 | - |
| YUV | 167.27 | 134.05 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 178 | 0.53 | 0 | 0.12 | 0.21 | 166.54 | 0.5 | 0.58 |
| Hex | 5F | CA | B2 | 35 | 0 | C | 15 | A7 | 32 | 3A |
| Octal | 137 | 312 | 262 | 65 | 0 | 14 | 25 | 247 | 62 | 72 |
| Binary | 1011111 | 11001010 | 10110010 | 110101 | 0 | 1100 | 10101 | 10100111 | 110010 | 111010 |
Color Harmonies of #5FCAB2
Complementary color
Monochromatic Colors of #5FCAB2
Black with #5FCAB2
Text Example
Text Example
White with #5FCAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCAB2; }
p { color: rgb(95,202,178); }
H1.HeaderClassName
{
color: #5FCAB2;
}
.AnyTagClassName
{
color: #5FCAB2;
}
</style>
background-color css
<style>
a { background-color: #5FCAB2; }
a { background-color: rgb(95,202,178); }
div.DivClassName
{
background-color: #5FCAB2;
}
.BgClassName
{
background-color: #5FCAB2;
}
</style>
border-color css
<style>
span { border-color: #5FCAB2; }
span { border-color: rgb(95,202,178); }
td.TdClassName
{
border-color: #5FCAB2;
}
.TagClassName
{
border-color: #5FCAB2;
}
</style>