Shades of Medium Aquamarine #5CDFA2
Tints of Medium Aquamarine #5CDFA2
RGB
CMYK
RGB Variations
Color information
#5CDFA2 (or 0x5CDFA2) is known color: Medium Aquamarine. HEX triplet: 5C, DF and A2. RGB value is (92,223,162). Sum of RGB (Red+Green+Blue) = 92+223+162=477 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.29% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #5CDFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDFA2 is #A3205D. Grayscale: #B0B0B0. Windows color (decimal): -10690654 or 10674012. OLE color: 10674012.
HSL color Cylindrical-coordinate representation of color #5CDFA2: hue angle of 152.06º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CDFA2 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 223 | 162 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.13 |
| HSL | 152.06º | 0.67% | 0.62% | - |
| HSV(B) | 152.06º | 0.59% | 0.87% | - |
| XYZ | 37.32 | 57.66 | 43.34 | - |
| YUV | 176.88 | 119.6 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 223 | 162 | 0.59 | 0 | 0.27 | 0.13 | 152.06 | 0.67 | 0.62 |
| Hex | 5C | DF | A2 | 3B | 0 | 1B | D | 98 | 43 | 3E |
| Octal | 134 | 337 | 242 | 73 | 0 | 33 | 15 | 230 | 103 | 76 |
| Binary | 1011100 | 11011111 | 10100010 | 111011 | 0 | 11011 | 1101 | 10011000 | 1000011 | 111110 |
Color Harmonies of #5CDFA2
Complementary color
Monochromatic Colors of #5CDFA2
Black with #5CDFA2
Text Example
Text Example
White with #5CDFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDFA2; }
p { color: rgb(92,223,162); }
H1.HeaderClassName
{
color: #5CDFA2;
}
.AnyTagClassName
{
color: #5CDFA2;
}
</style>
background-color css
<style>
a { background-color: #5CDFA2; }
a { background-color: rgb(92,223,162); }
div.DivClassName
{
background-color: #5CDFA2;
}
.BgClassName
{
background-color: #5CDFA2;
}
</style>
border-color css
<style>
span { border-color: #5CDFA2; }
span { border-color: rgb(92,223,162); }
td.TdClassName
{
border-color: #5CDFA2;
}
.TagClassName
{
border-color: #5CDFA2;
}
</style>