Shades of Medium Aquamarine #5FCBA2
Tints of Medium Aquamarine #5FCBA2
RGB
CMYK
RGB Variations
Color information
#5FCBA2 (or 0x5FCBA2) is known color: Medium Aquamarine. HEX triplet: 5F, CB and A2. RGB value is (95,203,162). Sum of RGB (Red+Green+Blue) = 95+203+162=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCBA2 is #A0345D. Grayscale: #A6A6A6. Windows color (decimal): -10499166 or 10668895. OLE color: 10668895.
HSL color Cylindrical-coordinate representation of color #5FCBA2: hue angle of 157.22º 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 #5FCBA2 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 162 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.20 |
| HSL | 157.22º | 0.51% | 0.58% | - |
| HSV(B) | 157.22º | 0.53% | 0.8% | - |
| XYZ | 32.6 | 47.75 | 41.68 | - |
| YUV | 166.03 | 125.72 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 162 | 0.53 | 0 | 0.20 | 0.20 | 157.22 | 0.51 | 0.58 |
| Hex | 5F | CB | A2 | 35 | 0 | 14 | 14 | 9D | 33 | 3A |
| Octal | 137 | 313 | 242 | 65 | 0 | 24 | 24 | 235 | 63 | 72 |
| Binary | 1011111 | 11001011 | 10100010 | 110101 | 0 | 10100 | 10100 | 10011101 | 110011 | 111010 |
Color Harmonies of #5FCBA2
Complementary color
Monochromatic Colors of #5FCBA2
Black with #5FCBA2
Text Example
Text Example
White with #5FCBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCBA2; }
p { color: rgb(95,203,162); }
H1.HeaderClassName
{
color: #5FCBA2;
}
.AnyTagClassName
{
color: #5FCBA2;
}
</style>
background-color css
<style>
a { background-color: #5FCBA2; }
a { background-color: rgb(95,203,162); }
div.DivClassName
{
background-color: #5FCBA2;
}
.BgClassName
{
background-color: #5FCBA2;
}
</style>
border-color css
<style>
span { border-color: #5FCBA2; }
span { border-color: rgb(95,203,162); }
td.TdClassName
{
border-color: #5FCBA2;
}
.TagClassName
{
border-color: #5FCBA2;
}
</style>