Shades of Medium Aquamarine #5CEDAF
Tints of Medium Aquamarine #5CEDAF
RGB
CMYK
RGB Variations
Color information
#5CEDAF (or 0x5CEDAF) is known color: Medium Aquamarine. HEX triplet: 5C, ED and AF. RGB value is (92,237,175). Sum of RGB (Red+Green+Blue) = 92+237+175=504 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.25% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #5CEDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CEDAF is #A31250. Grayscale: #BABABA. Windows color (decimal): -10687057 or 11529564. OLE color: 11529564.
HSL color Cylindrical-coordinate representation of color #5CEDAF: hue angle of 154.34º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CEDAF is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 237 | 175 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.07 |
| HSL | 154.34º | 0.8% | 0.65% | - |
| HSV(B) | 154.34º | 0.61% | 0.93% | - |
| XYZ | 42.44 | 65.94 | 51.05 | - |
| YUV | 186.58 | 121.46 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 237 | 175 | 0.61 | 0 | 0.26 | 0.07 | 154.34 | 0.8 | 0.65 |
| Hex | 5C | ED | AF | 3D | 0 | 1A | 7 | 9A | 50 | 41 |
| Octal | 134 | 355 | 257 | 75 | 0 | 32 | 7 | 232 | 120 | 101 |
| Binary | 1011100 | 11101101 | 10101111 | 111101 | 0 | 11010 | 111 | 10011010 | 1010000 | 1000001 |
Color Harmonies of #5CEDAF
Complementary color
Monochromatic Colors of #5CEDAF
Black with #5CEDAF
Text Example
Text Example
White with #5CEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEDAF; }
p { color: rgb(92,237,175); }
H1.HeaderClassName
{
color: #5CEDAF;
}
.AnyTagClassName
{
color: #5CEDAF;
}
</style>
background-color css
<style>
a { background-color: #5CEDAF; }
a { background-color: rgb(92,237,175); }
div.DivClassName
{
background-color: #5CEDAF;
}
.BgClassName
{
background-color: #5CEDAF;
}
</style>
border-color css
<style>
span { border-color: #5CEDAF; }
span { border-color: rgb(92,237,175); }
td.TdClassName
{
border-color: #5CEDAF;
}
.TagClassName
{
border-color: #5CEDAF;
}
</style>