Shades of Medium Aquamarine #5BCDB3
Tints of Medium Aquamarine #5BCDB3
RGB
CMYK
RGB Variations
Color information
#5BCDB3 (or 0x5BCDB3) is known color: Medium Aquamarine. HEX triplet: 5B, CD and B3. RGB value is (91,205,179). Sum of RGB (Red+Green+Blue) = 91+205+179=475 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.16% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCDB3 is #A4324C. Grayscale: #A7A7A7. Windows color (decimal): -10760781 or 11783515. OLE color: 11783515.
HSL color Cylindrical-coordinate representation of color #5BCDB3: hue angle of 166.32º 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 #5BCDB3 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 205 | 179 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.20 |
| HSL | 166.32º | 0.53% | 0.58% | - |
| HSV(B) | 166.32º | 0.56% | 0.8% | - |
| XYZ | 34.28 | 49.14 | 50.33 | - |
| YUV | 167.95 | 134.23 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 179 | 0.56 | 0 | 0.13 | 0.20 | 166.32 | 0.53 | 0.58 |
| Hex | 5B | CD | B3 | 38 | 0 | D | 14 | A6 | 35 | 3A |
| Octal | 133 | 315 | 263 | 70 | 0 | 15 | 24 | 246 | 65 | 72 |
| Binary | 1011011 | 11001101 | 10110011 | 111000 | 0 | 1101 | 10100 | 10100110 | 110101 | 111010 |
Color Harmonies of #5BCDB3
Complementary color
Monochromatic Colors of #5BCDB3
Black with #5BCDB3
Text Example
Text Example
White with #5BCDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCDB3; }
p { color: rgb(91,205,179); }
H1.HeaderClassName
{
color: #5BCDB3;
}
.AnyTagClassName
{
color: #5BCDB3;
}
</style>
background-color css
<style>
a { background-color: #5BCDB3; }
a { background-color: rgb(91,205,179); }
div.DivClassName
{
background-color: #5BCDB3;
}
.BgClassName
{
background-color: #5BCDB3;
}
</style>
border-color css
<style>
span { border-color: #5BCDB3; }
span { border-color: rgb(91,205,179); }
td.TdClassName
{
border-color: #5BCDB3;
}
.TagClassName
{
border-color: #5BCDB3;
}
</style>