Shades of Medium Aquamarine #5FCEB0
Tints of Medium Aquamarine #5FCEB0
RGB
CMYK
RGB Variations
Color information
#5FCEB0 (or 0x5FCEB0) is known color: Medium Aquamarine. HEX triplet: 5F, CE and B0. RGB value is (95,206,176). Sum of RGB (Red+Green+Blue) = 95+206+176=477 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.92% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCEB0 is #A0314F. Grayscale: #A9A9A9. Windows color (decimal): -10498384 or 11587167. OLE color: 11587167.
HSL color Cylindrical-coordinate representation of color #5FCEB0: hue angle of 163.78º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCEB0 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 206 | 176 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.19 |
| HSL | 163.78º | 0.53% | 0.59% | - |
| HSV(B) | 163.78º | 0.54% | 0.81% | - |
| XYZ | 34.63 | 49.71 | 48.84 | - |
| YUV | 169.39 | 131.73 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 176 | 0.54 | 0 | 0.15 | 0.19 | 163.78 | 0.53 | 0.59 |
| Hex | 5F | CE | B0 | 36 | 0 | F | 13 | A4 | 35 | 3B |
| Octal | 137 | 316 | 260 | 66 | 0 | 17 | 23 | 244 | 65 | 73 |
| Binary | 1011111 | 11001110 | 10110000 | 110110 | 0 | 1111 | 10011 | 10100100 | 110101 | 111011 |
Color Harmonies of #5FCEB0
Complementary color
Monochromatic Colors of #5FCEB0
Black with #5FCEB0
Text Example
Text Example
White with #5FCEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCEB0; }
p { color: rgb(95,206,176); }
H1.HeaderClassName
{
color: #5FCEB0;
}
.AnyTagClassName
{
color: #5FCEB0;
}
</style>
background-color css
<style>
a { background-color: #5FCEB0; }
a { background-color: rgb(95,206,176); }
div.DivClassName
{
background-color: #5FCEB0;
}
.BgClassName
{
background-color: #5FCEB0;
}
</style>
border-color css
<style>
span { border-color: #5FCEB0; }
span { border-color: rgb(95,206,176); }
td.TdClassName
{
border-color: #5FCEB0;
}
.TagClassName
{
border-color: #5FCEB0;
}
</style>