Shades of Medium Aquamarine #5CD2A5
Tints of Medium Aquamarine #5CD2A5
RGB
CMYK
RGB Variations
Color information
#5CD2A5 (or 0x5CD2A5) is known color: Medium Aquamarine. HEX triplet: 5C, D2 and A5. RGB value is (92,210,165). Sum of RGB (Red+Green+Blue) = 92+210+165=467 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.70% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #5CD2A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CD2A5 is #A32D5A. Grayscale: #A9A9A9. Windows color (decimal): -10693979 or 10867292. OLE color: 10867292.
HSL color Cylindrical-coordinate representation of color #5CD2A5: hue angle of 157.12º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CD2A5 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 210 | 165 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.18 |
| HSL | 157.12º | 0.57% | 0.59% | - |
| HSV(B) | 157.12º | 0.56% | 0.82% | - |
| XYZ | 34.25 | 51.09 | 43.65 | - |
| YUV | 169.59 | 125.41 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 210 | 165 | 0.56 | 0 | 0.21 | 0.18 | 157.12 | 0.57 | 0.59 |
| Hex | 5C | D2 | A5 | 38 | 0 | 15 | 12 | 9D | 39 | 3B |
| Octal | 134 | 322 | 245 | 70 | 0 | 25 | 22 | 235 | 71 | 73 |
| Binary | 1011100 | 11010010 | 10100101 | 111000 | 0 | 10101 | 10010 | 10011101 | 111001 | 111011 |
Color Harmonies of #5CD2A5
Complementary color
Monochromatic Colors of #5CD2A5
Black with #5CD2A5
Text Example
Text Example
White with #5CD2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD2A5; }
p { color: rgb(92,210,165); }
H1.HeaderClassName
{
color: #5CD2A5;
}
.AnyTagClassName
{
color: #5CD2A5;
}
</style>
background-color css
<style>
a { background-color: #5CD2A5; }
a { background-color: rgb(92,210,165); }
div.DivClassName
{
background-color: #5CD2A5;
}
.BgClassName
{
background-color: #5CD2A5;
}
</style>
border-color css
<style>
span { border-color: #5CD2A5; }
span { border-color: rgb(92,210,165); }
td.TdClassName
{
border-color: #5CD2A5;
}
.TagClassName
{
border-color: #5CD2A5;
}
</style>