Shades of Medium Aquamarine #5ACDB3
Tints of Medium Aquamarine #5ACDB3
RGB
CMYK
RGB Variations
Color information
#5ACDB3 (or 0x5ACDB3) is known color: Medium Aquamarine. HEX triplet: 5A, CD and B3. RGB value is (90,205,179). Sum of RGB (Red+Green+Blue) = 90+205+179=474 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.99% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDB3 is #A5324C. Grayscale: #A7A7A7. Windows color (decimal): -10826317 or 11783514. OLE color: 11783514.
HSL color Cylindrical-coordinate representation of color #5ACDB3: hue angle of 166.43º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACDB3 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 205 | 179 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.20 |
| HSL | 166.43º | 0.53% | 0.58% | - |
| HSV(B) | 166.43º | 0.56% | 0.8% | - |
| XYZ | 34.18 | 49.09 | 50.32 | - |
| YUV | 167.65 | 134.4 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 179 | 0.56 | 0 | 0.13 | 0.20 | 166.43 | 0.53 | 0.58 |
| Hex | 5A | CD | B3 | 38 | 0 | D | 14 | A6 | 35 | 3A |
| Octal | 132 | 315 | 263 | 70 | 0 | 15 | 24 | 246 | 65 | 72 |
| Binary | 1011010 | 11001101 | 10110011 | 111000 | 0 | 1101 | 10100 | 10100110 | 110101 | 111010 |
Color Harmonies of #5ACDB3
Complementary color
Monochromatic Colors of #5ACDB3
Black with #5ACDB3
Text Example
Text Example
White with #5ACDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACDB3; }
p { color: rgb(90,205,179); }
H1.HeaderClassName
{
color: #5ACDB3;
}
.AnyTagClassName
{
color: #5ACDB3;
}
</style>
background-color css
<style>
a { background-color: #5ACDB3; }
a { background-color: rgb(90,205,179); }
div.DivClassName
{
background-color: #5ACDB3;
}
.BgClassName
{
background-color: #5ACDB3;
}
</style>
border-color css
<style>
span { border-color: #5ACDB3; }
span { border-color: rgb(90,205,179); }
td.TdClassName
{
border-color: #5ACDB3;
}
.TagClassName
{
border-color: #5ACDB3;
}
</style>