Shades of Medium Aquamarine #5DCFB7
Tints of Medium Aquamarine #5DCFB7
RGB
CMYK
RGB Variations
Color information
#5DCFB7 (or 0x5DCFB7) is known color: Medium Aquamarine. HEX triplet: 5D, CF and B7. RGB value is (93,207,183). Sum of RGB (Red+Green+Blue) = 93+207+183=483 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.25% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCFB7 is #A23048. Grayscale: #AAAAAA. Windows color (decimal): -10629193 or 12046173. OLE color: 12046173.
HSL color Cylindrical-coordinate representation of color #5DCFB7: hue angle of 167.37º 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 #5DCFB7 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 183 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.19 |
| HSL | 167.37º | 0.54% | 0.59% | - |
| HSV(B) | 167.37º | 0.55% | 0.81% | - |
| XYZ | 35.37 | 50.37 | 52.66 | - |
| YUV | 170.18 | 135.23 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 183 | 0.55 | 0 | 0.12 | 0.19 | 167.37 | 0.54 | 0.59 |
| Hex | 5D | CF | B7 | 37 | 0 | C | 13 | A7 | 36 | 3B |
| Octal | 135 | 317 | 267 | 67 | 0 | 14 | 23 | 247 | 66 | 73 |
| Binary | 1011101 | 11001111 | 10110111 | 110111 | 0 | 1100 | 10011 | 10100111 | 110110 | 111011 |
Color Harmonies of #5DCFB7
Complementary color
Monochromatic Colors of #5DCFB7
Black with #5DCFB7
Text Example
Text Example
White with #5DCFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCFB7; }
p { color: rgb(93,207,183); }
H1.HeaderClassName
{
color: #5DCFB7;
}
.AnyTagClassName
{
color: #5DCFB7;
}
</style>
background-color css
<style>
a { background-color: #5DCFB7; }
a { background-color: rgb(93,207,183); }
div.DivClassName
{
background-color: #5DCFB7;
}
.BgClassName
{
background-color: #5DCFB7;
}
</style>
border-color css
<style>
span { border-color: #5DCFB7; }
span { border-color: rgb(93,207,183); }
td.TdClassName
{
border-color: #5DCFB7;
}
.TagClassName
{
border-color: #5DCFB7;
}
</style>