Shades of Medium Aquamarine #5CDDB5
Tints of Medium Aquamarine #5CDDB5
RGB
CMYK
RGB Variations
Color information
#5CDDB5 (or 0x5CDDB5) is known color: Medium Aquamarine. HEX triplet: 5C, DD and B5. RGB value is (92,221,181). Sum of RGB (Red+Green+Blue) = 92+221+181=494 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.62% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDDB5 is #A3224A. Grayscale: #B1B1B1. Windows color (decimal): -10691147 or 11918684. OLE color: 11918684.
HSL color Cylindrical-coordinate representation of color #5CDDB5: hue angle of 161.4º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDDB5 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 221 | 181 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.13 |
| HSL | 161.4º | 0.65% | 0.61% | - |
| HSV(B) | 161.4º | 0.58% | 0.87% | - |
| XYZ | 38.61 | 57.32 | 52.75 | - |
| YUV | 177.87 | 129.76 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 221 | 181 | 0.58 | 0 | 0.18 | 0.13 | 161.4 | 0.65 | 0.61 |
| Hex | 5C | DD | B5 | 3A | 0 | 12 | D | A1 | 41 | 3D |
| Octal | 134 | 335 | 265 | 72 | 0 | 22 | 15 | 241 | 101 | 75 |
| Binary | 1011100 | 11011101 | 10110101 | 111010 | 0 | 10010 | 1101 | 10100001 | 1000001 | 111101 |
Color Harmonies of #5CDDB5
Complementary color
Monochromatic Colors of #5CDDB5
Black with #5CDDB5
Text Example
Text Example
White with #5CDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDDB5; }
p { color: rgb(92,221,181); }
H1.HeaderClassName
{
color: #5CDDB5;
}
.AnyTagClassName
{
color: #5CDDB5;
}
</style>
background-color css
<style>
a { background-color: #5CDDB5; }
a { background-color: rgb(92,221,181); }
div.DivClassName
{
background-color: #5CDDB5;
}
.BgClassName
{
background-color: #5CDDB5;
}
</style>
border-color css
<style>
span { border-color: #5CDDB5; }
span { border-color: rgb(92,221,181); }
td.TdClassName
{
border-color: #5CDDB5;
}
.TagClassName
{
border-color: #5CDDB5;
}
</style>