Shades of Medium Aquamarine #5CEBAF
Tints of Medium Aquamarine #5CEBAF
RGB
CMYK
RGB Variations
Color information
#5CEBAF (or 0x5CEBAF) is known color: Medium Aquamarine. HEX triplet: 5C, EB and AF. RGB value is (92,235,175). Sum of RGB (Red+Green+Blue) = 92+235+175=502 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.33% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #5CEBAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CEBAF is #A31450. Grayscale: #B9B9B9. Windows color (decimal): -10687569 or 11529052. OLE color: 11529052.
HSL color Cylindrical-coordinate representation of color #5CEBAF: hue angle of 154.83º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CEBAF is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 235 | 175 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.08 |
| HSL | 154.83º | 0.78% | 0.64% | - |
| HSV(B) | 154.83º | 0.61% | 0.92% | - |
| XYZ | 41.86 | 64.79 | 50.86 | - |
| YUV | 185.4 | 122.12 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 235 | 175 | 0.61 | 0 | 0.26 | 0.08 | 154.83 | 0.78 | 0.64 |
| Hex | 5C | EB | AF | 3D | 0 | 1A | 8 | 9B | 4E | 40 |
| Octal | 134 | 353 | 257 | 75 | 0 | 32 | 10 | 233 | 116 | 100 |
| Binary | 1011100 | 11101011 | 10101111 | 111101 | 0 | 11010 | 1000 | 10011011 | 1001110 | 1000000 |
Color Harmonies of #5CEBAF
Complementary color
Monochromatic Colors of #5CEBAF
Black with #5CEBAF
Text Example
Text Example
White with #5CEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEBAF; }
p { color: rgb(92,235,175); }
H1.HeaderClassName
{
color: #5CEBAF;
}
.AnyTagClassName
{
color: #5CEBAF;
}
</style>
background-color css
<style>
a { background-color: #5CEBAF; }
a { background-color: rgb(92,235,175); }
div.DivClassName
{
background-color: #5CEBAF;
}
.BgClassName
{
background-color: #5CEBAF;
}
</style>
border-color css
<style>
span { border-color: #5CEBAF; }
span { border-color: rgb(92,235,175); }
td.TdClassName
{
border-color: #5CEBAF;
}
.TagClassName
{
border-color: #5CEBAF;
}
</style>