Shades of Medium Aquamarine #5ACB9C
Tints of Medium Aquamarine #5ACB9C
RGB
CMYK
RGB Variations
Color information
#5ACB9C (or 0x5ACB9C) is known color: Medium Aquamarine. HEX triplet: 5A, CB and 9C. RGB value is (90,203,156). Sum of RGB (Red+Green+Blue) = 90+203+156=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACB9C is #A53463. Grayscale: #A3A3A3. Windows color (decimal): -10826852 or 10275674. OLE color: 10275674.
HSL color Cylindrical-coordinate representation of color #5ACB9C: hue angle of 155.04º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACB9C is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 203 | 156 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.20 |
| HSL | 155.04º | 0.52% | 0.57% | - |
| HSV(B) | 155.04º | 0.56% | 0.8% | - |
| XYZ | 31.57 | 47.29 | 38.92 | - |
| YUV | 163.86 | 123.56 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 156 | 0.56 | 0 | 0.23 | 0.20 | 155.04 | 0.52 | 0.57 |
| Hex | 5A | CB | 9C | 38 | 0 | 17 | 14 | 9B | 34 | 39 |
| Octal | 132 | 313 | 234 | 70 | 0 | 27 | 24 | 233 | 64 | 71 |
| Binary | 1011010 | 11001011 | 10011100 | 111000 | 0 | 10111 | 10100 | 10011011 | 110100 | 111001 |
Color Harmonies of #5ACB9C
Complementary color
Monochromatic Colors of #5ACB9C
Black with #5ACB9C
Text Example
Text Example
White with #5ACB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACB9C; }
p { color: rgb(90,203,156); }
H1.HeaderClassName
{
color: #5ACB9C;
}
.AnyTagClassName
{
color: #5ACB9C;
}
</style>
background-color css
<style>
a { background-color: #5ACB9C; }
a { background-color: rgb(90,203,156); }
div.DivClassName
{
background-color: #5ACB9C;
}
.BgClassName
{
background-color: #5ACB9C;
}
</style>
border-color css
<style>
span { border-color: #5ACB9C; }
span { border-color: rgb(90,203,156); }
td.TdClassName
{
border-color: #5ACB9C;
}
.TagClassName
{
border-color: #5ACB9C;
}
</style>