Shades of Medium Aquamarine #5CDAA2
Tints of Medium Aquamarine #5CDAA2
RGB
CMYK
RGB Variations
Color information
#5CDAA2 (or 0x5CDAA2) is known color: Medium Aquamarine. HEX triplet: 5C, DA and A2. RGB value is (92,218,162). Sum of RGB (Red+Green+Blue) = 92+218+162=472 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.49% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDAA2 is #A3255D. Grayscale: #AEAEAE. Windows color (decimal): -10691934 or 10672732. OLE color: 10672732.
HSL color Cylindrical-coordinate representation of color #5CDAA2: hue angle of 153.33º 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 #5CDAA2 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 162 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.15 |
| HSL | 153.33º | 0.63% | 0.61% | - |
| HSV(B) | 153.33º | 0.58% | 0.85% | - |
| XYZ | 36.01 | 55.03 | 42.91 | - |
| YUV | 173.94 | 121.26 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 162 | 0.58 | 0 | 0.26 | 0.15 | 153.33 | 0.63 | 0.61 |
| Hex | 5C | DA | A2 | 3A | 0 | 1A | F | 99 | 3F | 3D |
| Octal | 134 | 332 | 242 | 72 | 0 | 32 | 17 | 231 | 77 | 75 |
| Binary | 1011100 | 11011010 | 10100010 | 111010 | 0 | 11010 | 1111 | 10011001 | 111111 | 111101 |
Color Harmonies of #5CDAA2
Complementary color
Monochromatic Colors of #5CDAA2
Black with #5CDAA2
Text Example
Text Example
White with #5CDAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDAA2; }
p { color: rgb(92,218,162); }
H1.HeaderClassName
{
color: #5CDAA2;
}
.AnyTagClassName
{
color: #5CDAA2;
}
</style>
background-color css
<style>
a { background-color: #5CDAA2; }
a { background-color: rgb(92,218,162); }
div.DivClassName
{
background-color: #5CDAA2;
}
.BgClassName
{
background-color: #5CDAA2;
}
</style>
border-color css
<style>
span { border-color: #5CDAA2; }
span { border-color: rgb(92,218,162); }
td.TdClassName
{
border-color: #5CDAA2;
}
.TagClassName
{
border-color: #5CDAA2;
}
</style>