Shades of Medium Aquamarine #5ACBA3
Tints of Medium Aquamarine #5ACBA3
RGB
CMYK
RGB Variations
Color information
#5ACBA3 (or 0x5ACBA3) is known color: Medium Aquamarine. HEX triplet: 5A, CB and A3. RGB value is (90,203,163). Sum of RGB (Red+Green+Blue) = 90+203+163=456 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.74% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACBA3 is #A5345C. Grayscale: #A4A4A4. Windows color (decimal): -10826845 or 10734426. OLE color: 10734426.
HSL color Cylindrical-coordinate representation of color #5ACBA3: hue angle of 158.76º 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 #5ACBA3 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 203 | 163 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.20 |
| HSL | 158.76º | 0.52% | 0.57% | - |
| HSV(B) | 158.76º | 0.56% | 0.8% | - |
| XYZ | 32.18 | 47.53 | 42.13 | - |
| YUV | 164.65 | 127.06 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 163 | 0.56 | 0 | 0.20 | 0.20 | 158.76 | 0.52 | 0.57 |
| Hex | 5A | CB | A3 | 38 | 0 | 14 | 14 | 9F | 34 | 39 |
| Octal | 132 | 313 | 243 | 70 | 0 | 24 | 24 | 237 | 64 | 71 |
| Binary | 1011010 | 11001011 | 10100011 | 111000 | 0 | 10100 | 10100 | 10011111 | 110100 | 111001 |
Color Harmonies of #5ACBA3
Complementary color
Monochromatic Colors of #5ACBA3
Black with #5ACBA3
Text Example
Text Example
White with #5ACBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACBA3; }
p { color: rgb(90,203,163); }
H1.HeaderClassName
{
color: #5ACBA3;
}
.AnyTagClassName
{
color: #5ACBA3;
}
</style>
background-color css
<style>
a { background-color: #5ACBA3; }
a { background-color: rgb(90,203,163); }
div.DivClassName
{
background-color: #5ACBA3;
}
.BgClassName
{
background-color: #5ACBA3;
}
</style>
border-color css
<style>
span { border-color: #5ACBA3; }
span { border-color: rgb(90,203,163); }
td.TdClassName
{
border-color: #5ACBA3;
}
.TagClassName
{
border-color: #5ACBA3;
}
</style>