Shades of Medium Aquamarine #5CEAAA
Tints of Medium Aquamarine #5CEAAA
RGB
CMYK
RGB Variations
Color information
#5CEAAA (or 0x5CEAAA) is known color: Medium Aquamarine. HEX triplet: 5C, EA and AA. RGB value is (92,234,170). Sum of RGB (Red+Green+Blue) = 92+234+170=496 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.55% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #5CEAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CEAAA is #A31555. Grayscale: #B8B8B8. Windows color (decimal): -10687830 or 11201116. OLE color: 11201116.
HSL color Cylindrical-coordinate representation of color #5CEAAA: hue angle of 152.96º degrees, saturation: 0.77, 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 #5CEAAA is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 234 | 170 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.08 |
| HSL | 152.96º | 0.77% | 0.64% | - |
| HSV(B) | 152.96º | 0.61% | 0.92% | - |
| XYZ | 41.09 | 64.02 | 48.22 | - |
| YUV | 184.25 | 119.96 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 234 | 170 | 0.61 | 0 | 0.27 | 0.08 | 152.96 | 0.77 | 0.64 |
| Hex | 5C | EA | AA | 3D | 0 | 1B | 8 | 99 | 4D | 40 |
| Octal | 134 | 352 | 252 | 75 | 0 | 33 | 10 | 231 | 115 | 100 |
| Binary | 1011100 | 11101010 | 10101010 | 111101 | 0 | 11011 | 1000 | 10011001 | 1001101 | 1000000 |
Color Harmonies of #5CEAAA
Complementary color
Monochromatic Colors of #5CEAAA
Black with #5CEAAA
Text Example
Text Example
White with #5CEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEAAA; }
p { color: rgb(92,234,170); }
H1.HeaderClassName
{
color: #5CEAAA;
}
.AnyTagClassName
{
color: #5CEAAA;
}
</style>
background-color css
<style>
a { background-color: #5CEAAA; }
a { background-color: rgb(92,234,170); }
div.DivClassName
{
background-color: #5CEAAA;
}
.BgClassName
{
background-color: #5CEAAA;
}
</style>
border-color css
<style>
span { border-color: #5CEAAA; }
span { border-color: rgb(92,234,170); }
td.TdClassName
{
border-color: #5CEAAA;
}
.TagClassName
{
border-color: #5CEAAA;
}
</style>