Shades of Medium Aquamarine #5CDBA7
Tints of Medium Aquamarine #5CDBA7
RGB
CMYK
RGB Variations
Color information
#5CDBA7 (or 0x5CDBA7) is known color: Medium Aquamarine. HEX triplet: 5C, DB and A7. RGB value is (92,219,167). Sum of RGB (Red+Green+Blue) = 92+219+167=478 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.25% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDBA7 is #A32458. Grayscale: #AFAFAF. Windows color (decimal): -10691673 or 11000668. OLE color: 11000668.
HSL color Cylindrical-coordinate representation of color #5CDBA7: hue angle of 155.43º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDBA7 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 219 | 167 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.14 |
| HSL | 155.43º | 0.64% | 0.61% | - |
| HSV(B) | 155.43º | 0.58% | 0.86% | - |
| XYZ | 36.72 | 55.73 | 45.38 | - |
| YUV | 175.1 | 123.42 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 219 | 167 | 0.58 | 0 | 0.24 | 0.14 | 155.43 | 0.64 | 0.61 |
| Hex | 5C | DB | A7 | 3A | 0 | 18 | E | 9B | 40 | 3D |
| Octal | 134 | 333 | 247 | 72 | 0 | 30 | 16 | 233 | 100 | 75 |
| Binary | 1011100 | 11011011 | 10100111 | 111010 | 0 | 11000 | 1110 | 10011011 | 1000000 | 111101 |
Color Harmonies of #5CDBA7
Complementary color
Monochromatic Colors of #5CDBA7
Black with #5CDBA7
Text Example
Text Example
White with #5CDBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDBA7; }
p { color: rgb(92,219,167); }
H1.HeaderClassName
{
color: #5CDBA7;
}
.AnyTagClassName
{
color: #5CDBA7;
}
</style>
background-color css
<style>
a { background-color: #5CDBA7; }
a { background-color: rgb(92,219,167); }
div.DivClassName
{
background-color: #5CDBA7;
}
.BgClassName
{
background-color: #5CDBA7;
}
</style>
border-color css
<style>
span { border-color: #5CDBA7; }
span { border-color: rgb(92,219,167); }
td.TdClassName
{
border-color: #5CDBA7;
}
.TagClassName
{
border-color: #5CDBA7;
}
</style>