Shades of Medium Aquamarine #5ACB9D
Tints of Medium Aquamarine #5ACB9D
RGB
CMYK
RGB Variations
Color information
#5ACB9D (or 0x5ACB9D) is known color: Medium Aquamarine. HEX triplet: 5A, CB and 9D. RGB value is (90,203,157). Sum of RGB (Red+Green+Blue) = 90+203+157=450 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACB9D is #A53462. Grayscale: #A4A4A4. Windows color (decimal): -10826851 or 10341210. OLE color: 10341210.
HSL color Cylindrical-coordinate representation of color #5ACB9D: hue angle of 155.58º 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 #5ACB9D is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 203 | 157 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.20 |
| HSL | 155.58º | 0.52% | 0.57% | - |
| HSV(B) | 155.58º | 0.56% | 0.8% | - |
| XYZ | 31.66 | 47.32 | 39.36 | - |
| YUV | 163.97 | 124.06 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 157 | 0.56 | 0 | 0.23 | 0.20 | 155.58 | 0.52 | 0.57 |
| Hex | 5A | CB | 9D | 38 | 0 | 17 | 14 | 9C | 34 | 39 |
| Octal | 132 | 313 | 235 | 70 | 0 | 27 | 24 | 234 | 64 | 71 |
| Binary | 1011010 | 11001011 | 10011101 | 111000 | 0 | 10111 | 10100 | 10011100 | 110100 | 111001 |
Color Harmonies of #5ACB9D
Complementary color
Monochromatic Colors of #5ACB9D
Black with #5ACB9D
Text Example
Text Example
White with #5ACB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACB9D; }
p { color: rgb(90,203,157); }
H1.HeaderClassName
{
color: #5ACB9D;
}
.AnyTagClassName
{
color: #5ACB9D;
}
</style>
background-color css
<style>
a { background-color: #5ACB9D; }
a { background-color: rgb(90,203,157); }
div.DivClassName
{
background-color: #5ACB9D;
}
.BgClassName
{
background-color: #5ACB9D;
}
</style>
border-color css
<style>
span { border-color: #5ACB9D; }
span { border-color: rgb(90,203,157); }
td.TdClassName
{
border-color: #5ACB9D;
}
.TagClassName
{
border-color: #5ACB9D;
}
</style>