Shades of Medium Aquamarine #5CDCB2
Tints of Medium Aquamarine #5CDCB2
RGB
CMYK
RGB Variations
Color information
#5CDCB2 (or 0x5CDCB2) is known color: Medium Aquamarine. HEX triplet: 5C, DC and B2. RGB value is (92,220,178). Sum of RGB (Red+Green+Blue) = 92+220+178=490 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.78% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDCB2 is #A3234D. Grayscale: #B0B0B0. Windows color (decimal): -10691406 or 11721820. OLE color: 11721820.
HSL color Cylindrical-coordinate representation of color #5CDCB2: hue angle of 160.31º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDCB2 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 178 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.14 |
| HSL | 160.31º | 0.65% | 0.61% | - |
| HSV(B) | 160.31º | 0.58% | 0.86% | - |
| XYZ | 38.04 | 56.68 | 51.05 | - |
| YUV | 176.94 | 128.59 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 178 | 0.58 | 0 | 0.19 | 0.14 | 160.31 | 0.65 | 0.61 |
| Hex | 5C | DC | B2 | 3A | 0 | 13 | E | A0 | 41 | 3D |
| Octal | 134 | 334 | 262 | 72 | 0 | 23 | 16 | 240 | 101 | 75 |
| Binary | 1011100 | 11011100 | 10110010 | 111010 | 0 | 10011 | 1110 | 10100000 | 1000001 | 111101 |
Color Harmonies of #5CDCB2
Complementary color
Monochromatic Colors of #5CDCB2
Black with #5CDCB2
Text Example
Text Example
White with #5CDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDCB2; }
p { color: rgb(92,220,178); }
H1.HeaderClassName
{
color: #5CDCB2;
}
.AnyTagClassName
{
color: #5CDCB2;
}
</style>
background-color css
<style>
a { background-color: #5CDCB2; }
a { background-color: rgb(92,220,178); }
div.DivClassName
{
background-color: #5CDCB2;
}
.BgClassName
{
background-color: #5CDCB2;
}
</style>
border-color css
<style>
span { border-color: #5CDCB2; }
span { border-color: rgb(92,220,178); }
td.TdClassName
{
border-color: #5CDCB2;
}
.TagClassName
{
border-color: #5CDCB2;
}
</style>