Shades of Medium Aquamarine #5BC7B2
Tints of Medium Aquamarine #5BC7B2
RGB
CMYK
RGB Variations
Color information
#5BC7B2 (or 0x5BC7B2) is known color: Medium Aquamarine. HEX triplet: 5B, C7 and B2. RGB value is (91,199,178). Sum of RGB (Red+Green+Blue) = 91+199+178=468 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.44% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 199 - color contains mainly: green. Hex color #5BC7B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC7B2 is #A4384D. Grayscale: #A4A4A4. Windows color (decimal): -10762318 or 11716443. OLE color: 11716443.
HSL color Cylindrical-coordinate representation of color #5BC7B2: hue angle of 168.33º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BC7B2 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 91 | 199 | 178 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.22 |
| HSL | 168.33º | 0.49% | 0.57% | - |
| HSV(B) | 168.33º | 0.54% | 0.78% | - |
| XYZ | 32.77 | 46.29 | 49.33 | - |
| YUV | 164.31 | 135.72 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 199 | 178 | 0.54 | 0 | 0.11 | 0.22 | 168.33 | 0.49 | 0.57 |
| Hex | 5B | C7 | B2 | 36 | 0 | B | 16 | A8 | 31 | 39 |
| Octal | 133 | 307 | 262 | 66 | 0 | 13 | 26 | 250 | 61 | 71 |
| Binary | 1011011 | 11000111 | 10110010 | 110110 | 0 | 1011 | 10110 | 10101000 | 110001 | 111001 |
Color Harmonies of #5BC7B2
Complementary color
Monochromatic Colors of #5BC7B2
Black with #5BC7B2
Text Example
Text Example
White with #5BC7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC7B2; }
p { color: rgb(91,199,178); }
H1.HeaderClassName
{
color: #5BC7B2;
}
.AnyTagClassName
{
color: #5BC7B2;
}
</style>
background-color css
<style>
a { background-color: #5BC7B2; }
a { background-color: rgb(91,199,178); }
div.DivClassName
{
background-color: #5BC7B2;
}
.BgClassName
{
background-color: #5BC7B2;
}
</style>
border-color css
<style>
span { border-color: #5BC7B2; }
span { border-color: rgb(91,199,178); }
td.TdClassName
{
border-color: #5BC7B2;
}
.TagClassName
{
border-color: #5BC7B2;
}
</style>