Shades of Medium Aquamarine #5CDAA1
Tints of Medium Aquamarine #5CDAA1
RGB
CMYK
RGB Variations
Color information
#5CDAA1 (or 0x5CDAA1) is known color: Medium Aquamarine. HEX triplet: 5C, DA and A1. RGB value is (92,218,161). Sum of RGB (Red+Green+Blue) = 92+218+161=471 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.53% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDAA1 is #A3255E. Grayscale: #ADADAD. Windows color (decimal): -10691935 or 10607196. OLE color: 10607196.
HSL color Cylindrical-coordinate representation of color #5CDAA1: hue angle of 152.86º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDAA1 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 161 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.15 |
| HSL | 152.86º | 0.63% | 0.61% | - |
| HSV(B) | 152.86º | 0.58% | 0.85% | - |
| XYZ | 35.92 | 54.99 | 42.44 | - |
| YUV | 173.83 | 120.76 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 161 | 0.58 | 0 | 0.26 | 0.15 | 152.86 | 0.63 | 0.61 |
| Hex | 5C | DA | A1 | 3A | 0 | 1A | F | 99 | 3F | 3D |
| Octal | 134 | 332 | 241 | 72 | 0 | 32 | 17 | 231 | 77 | 75 |
| Binary | 1011100 | 11011010 | 10100001 | 111010 | 0 | 11010 | 1111 | 10011001 | 111111 | 111101 |
Color Harmonies of #5CDAA1
Complementary color
Monochromatic Colors of #5CDAA1
Black with #5CDAA1
Text Example
Text Example
White with #5CDAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDAA1; }
p { color: rgb(92,218,161); }
H1.HeaderClassName
{
color: #5CDAA1;
}
.AnyTagClassName
{
color: #5CDAA1;
}
</style>
background-color css
<style>
a { background-color: #5CDAA1; }
a { background-color: rgb(92,218,161); }
div.DivClassName
{
background-color: #5CDAA1;
}
.BgClassName
{
background-color: #5CDAA1;
}
</style>
border-color css
<style>
span { border-color: #5CDAA1; }
span { border-color: rgb(92,218,161); }
td.TdClassName
{
border-color: #5CDAA1;
}
.TagClassName
{
border-color: #5CDAA1;
}
</style>