Shades of Medium Aquamarine #5CDEB7
Tints of Medium Aquamarine #5CDEB7
RGB
CMYK
RGB Variations
Color information
#5CDEB7 (or 0x5CDEB7) is known color: Medium Aquamarine. HEX triplet: 5C, DE and B7. RGB value is (92,222,183). Sum of RGB (Red+Green+Blue) = 92+222+183=497 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.51% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #5CDEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDEB7 is #A32148. Grayscale: #B2B2B2. Windows color (decimal): -10690889 or 12050012. OLE color: 12050012.
HSL color Cylindrical-coordinate representation of color #5CDEB7: hue angle of 162º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CDEB7 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 222 | 183 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.13 |
| HSL | 162º | 0.66% | 0.62% | - |
| HSV(B) | 162º | 0.59% | 0.87% | - |
| XYZ | 39.08 | 57.94 | 53.92 | - |
| YUV | 178.68 | 130.43 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 222 | 183 | 0.59 | 0 | 0.18 | 0.13 | 162 | 0.66 | 0.62 |
| Hex | 5C | DE | B7 | 3B | 0 | 12 | D | A2 | 42 | 3E |
| Octal | 134 | 336 | 267 | 73 | 0 | 22 | 15 | 242 | 102 | 76 |
| Binary | 1011100 | 11011110 | 10110111 | 111011 | 0 | 10010 | 1101 | 10100010 | 1000010 | 111110 |
Color Harmonies of #5CDEB7
Complementary color
Monochromatic Colors of #5CDEB7
Black with #5CDEB7
Text Example
Text Example
White with #5CDEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDEB7; }
p { color: rgb(92,222,183); }
H1.HeaderClassName
{
color: #5CDEB7;
}
.AnyTagClassName
{
color: #5CDEB7;
}
</style>
background-color css
<style>
a { background-color: #5CDEB7; }
a { background-color: rgb(92,222,183); }
div.DivClassName
{
background-color: #5CDEB7;
}
.BgClassName
{
background-color: #5CDEB7;
}
</style>
border-color css
<style>
span { border-color: #5CDEB7; }
span { border-color: rgb(92,222,183); }
td.TdClassName
{
border-color: #5CDEB7;
}
.TagClassName
{
border-color: #5CDEB7;
}
</style>