Shades of Medium Aquamarine #5DCFB0
Tints of Medium Aquamarine #5DCFB0
RGB
CMYK
RGB Variations
Color information
#5DCFB0 (or 0x5DCFB0) is known color: Medium Aquamarine. HEX triplet: 5D, CF and B0. RGB value is (93,207,176). Sum of RGB (Red+Green+Blue) = 93+207+176=476 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.54% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCFB0 is #A2304F. Grayscale: #A9A9A9. Windows color (decimal): -10629200 or 11587421. OLE color: 11587421.
HSL color Cylindrical-coordinate representation of color #5DCFB0: hue angle of 163.68º 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 #5DCFB0 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 176 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.19 |
| HSL | 163.68º | 0.54% | 0.59% | - |
| HSV(B) | 163.68º | 0.55% | 0.81% | - |
| XYZ | 34.66 | 50.09 | 48.92 | - |
| YUV | 169.38 | 131.73 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 176 | 0.55 | 0 | 0.15 | 0.19 | 163.68 | 0.54 | 0.59 |
| Hex | 5D | CF | B0 | 37 | 0 | F | 13 | A4 | 36 | 3B |
| Octal | 135 | 317 | 260 | 67 | 0 | 17 | 23 | 244 | 66 | 73 |
| Binary | 1011101 | 11001111 | 10110000 | 110111 | 0 | 1111 | 10011 | 10100100 | 110110 | 111011 |
Color Harmonies of #5DCFB0
Complementary color
Monochromatic Colors of #5DCFB0
Black with #5DCFB0
Text Example
Text Example
White with #5DCFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCFB0; }
p { color: rgb(93,207,176); }
H1.HeaderClassName
{
color: #5DCFB0;
}
.AnyTagClassName
{
color: #5DCFB0;
}
</style>
background-color css
<style>
a { background-color: #5DCFB0; }
a { background-color: rgb(93,207,176); }
div.DivClassName
{
background-color: #5DCFB0;
}
.BgClassName
{
background-color: #5DCFB0;
}
</style>
border-color css
<style>
span { border-color: #5DCFB0; }
span { border-color: rgb(93,207,176); }
td.TdClassName
{
border-color: #5DCFB0;
}
.TagClassName
{
border-color: #5DCFB0;
}
</style>