Shades of Medium Aquamarine #5CD6B2
Tints of Medium Aquamarine #5CD6B2
RGB
CMYK
RGB Variations
Color information
#5CD6B2 (or 0x5CD6B2) is known color: Medium Aquamarine. HEX triplet: 5C, D6 and B2. RGB value is (92,214,178). Sum of RGB (Red+Green+Blue) = 92+214+178=484 (64% of max value = 765). Red value is 92 (36.33% from 255 or 19.01% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #5CD6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CD6B2 is #A3294D. Grayscale: #ADADAD. Windows color (decimal): -10692942 or 11720284. OLE color: 11720284.
HSL color Cylindrical-coordinate representation of color #5CD6B2: hue angle of 162.3º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CD6B2 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 214 | 178 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.16 |
| HSL | 162.3º | 0.6% | 0.6% | - |
| HSV(B) | 162.3º | 0.57% | 0.84% | - |
| XYZ | 36.5 | 53.58 | 50.54 | - |
| YUV | 173.42 | 130.58 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 214 | 178 | 0.57 | 0 | 0.17 | 0.16 | 162.3 | 0.6 | 0.6 |
| Hex | 5C | D6 | B2 | 39 | 0 | 11 | 10 | A2 | 3C | 3C |
| Octal | 134 | 326 | 262 | 71 | 0 | 21 | 20 | 242 | 74 | 74 |
| Binary | 1011100 | 11010110 | 10110010 | 111001 | 0 | 10001 | 10000 | 10100010 | 111100 | 111100 |
Color Harmonies of #5CD6B2
Complementary color
Monochromatic Colors of #5CD6B2
Black with #5CD6B2
Text Example
Text Example
White with #5CD6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD6B2; }
p { color: rgb(92,214,178); }
H1.HeaderClassName
{
color: #5CD6B2;
}
.AnyTagClassName
{
color: #5CD6B2;
}
</style>
background-color css
<style>
a { background-color: #5CD6B2; }
a { background-color: rgb(92,214,178); }
div.DivClassName
{
background-color: #5CD6B2;
}
.BgClassName
{
background-color: #5CD6B2;
}
</style>
border-color css
<style>
span { border-color: #5CD6B2; }
span { border-color: rgb(92,214,178); }
td.TdClassName
{
border-color: #5CD6B2;
}
.TagClassName
{
border-color: #5CD6B2;
}
</style>