Shades of Medium Aquamarine #5DCF9C
Tints of Medium Aquamarine #5DCF9C
RGB
CMYK
RGB Variations
Color information
#5DCF9C (or 0x5DCF9C) is known color: Medium Aquamarine. HEX triplet: 5D, CF and 9C. RGB value is (93,207,156). Sum of RGB (Red+Green+Blue) = 93+207+156=456 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.39% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCF9C is #A23063. Grayscale: #A7A7A7. Windows color (decimal): -10629220 or 10276701. OLE color: 10276701.
HSL color Cylindrical-coordinate representation of color #5DCF9C: hue angle of 153.16º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCF9C is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 156 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.19 |
| HSL | 153.16º | 0.54% | 0.59% | - |
| HSV(B) | 153.16º | 0.55% | 0.81% | - |
| XYZ | 32.83 | 49.35 | 39.25 | - |
| YUV | 167.1 | 121.73 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 156 | 0.55 | 0 | 0.25 | 0.19 | 153.16 | 0.54 | 0.59 |
| Hex | 5D | CF | 9C | 37 | 0 | 19 | 13 | 99 | 36 | 3B |
| Octal | 135 | 317 | 234 | 67 | 0 | 31 | 23 | 231 | 66 | 73 |
| Binary | 1011101 | 11001111 | 10011100 | 110111 | 0 | 11001 | 10011 | 10011001 | 110110 | 111011 |
Color Harmonies of #5DCF9C
Complementary color
Monochromatic Colors of #5DCF9C
Black with #5DCF9C
Text Example
Text Example
White with #5DCF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCF9C; }
p { color: rgb(93,207,156); }
H1.HeaderClassName
{
color: #5DCF9C;
}
.AnyTagClassName
{
color: #5DCF9C;
}
</style>
background-color css
<style>
a { background-color: #5DCF9C; }
a { background-color: rgb(93,207,156); }
div.DivClassName
{
background-color: #5DCF9C;
}
.BgClassName
{
background-color: #5DCF9C;
}
</style>
border-color css
<style>
span { border-color: #5DCF9C; }
span { border-color: rgb(93,207,156); }
td.TdClassName
{
border-color: #5DCF9C;
}
.TagClassName
{
border-color: #5DCF9C;
}
</style>