Shades of Medium Aquamarine #5CDAB5
Tints of Medium Aquamarine #5CDAB5
RGB
CMYK
RGB Variations
Color information
#5CDAB5 (or 0x5CDAB5) is known color: Medium Aquamarine. HEX triplet: 5C, DA and B5. RGB value is (92,218,181). Sum of RGB (Red+Green+Blue) = 92+218+181=491 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.74% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDAB5 is #A3254A. Grayscale: #B0B0B0. Windows color (decimal): -10691915 or 11917916. OLE color: 11917916.
HSL color Cylindrical-coordinate representation of color #5CDAB5: hue angle of 162.38º 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 #5CDAB5 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 181 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.15 |
| HSL | 162.38º | 0.63% | 0.61% | - |
| HSV(B) | 162.38º | 0.58% | 0.85% | - |
| XYZ | 37.83 | 55.75 | 52.48 | - |
| YUV | 176.11 | 130.76 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 181 | 0.58 | 0 | 0.17 | 0.15 | 162.38 | 0.63 | 0.61 |
| Hex | 5C | DA | B5 | 3A | 0 | 11 | F | A2 | 3F | 3D |
| Octal | 134 | 332 | 265 | 72 | 0 | 21 | 17 | 242 | 77 | 75 |
| Binary | 1011100 | 11011010 | 10110101 | 111010 | 0 | 10001 | 1111 | 10100010 | 111111 | 111101 |
Color Harmonies of #5CDAB5
Complementary color
Monochromatic Colors of #5CDAB5
Black with #5CDAB5
Text Example
Text Example
White with #5CDAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDAB5; }
p { color: rgb(92,218,181); }
H1.HeaderClassName
{
color: #5CDAB5;
}
.AnyTagClassName
{
color: #5CDAB5;
}
</style>
background-color css
<style>
a { background-color: #5CDAB5; }
a { background-color: rgb(92,218,181); }
div.DivClassName
{
background-color: #5CDAB5;
}
.BgClassName
{
background-color: #5CDAB5;
}
</style>
border-color css
<style>
span { border-color: #5CDAB5; }
span { border-color: rgb(92,218,181); }
td.TdClassName
{
border-color: #5CDAB5;
}
.TagClassName
{
border-color: #5CDAB5;
}
</style>