Shades of Medium Aquamarine #5DCBAE
Tints of Medium Aquamarine #5DCBAE
RGB
CMYK
RGB Variations
Color information
#5DCBAE (or 0x5DCBAE) is known color: Medium Aquamarine. HEX triplet: 5D, CB and AE. RGB value is (93,203,174). Sum of RGB (Red+Green+Blue) = 93+203+174=470 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.79% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCBAE is #A23451. Grayscale: #A6A6A6. Windows color (decimal): -10630226 or 11455325. OLE color: 11455325.
HSL color Cylindrical-coordinate representation of color #5DCBAE: hue angle of 164.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCBAE is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 203 | 174 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.20 |
| HSL | 164.18º | 0.51% | 0.58% | - |
| HSV(B) | 164.18º | 0.54% | 0.8% | - |
| XYZ | 33.51 | 48.1 | 47.56 | - |
| YUV | 166.8 | 132.06 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 174 | 0.54 | 0 | 0.14 | 0.20 | 164.18 | 0.51 | 0.58 |
| Hex | 5D | CB | AE | 36 | 0 | E | 14 | A4 | 33 | 3A |
| Octal | 135 | 313 | 256 | 66 | 0 | 16 | 24 | 244 | 63 | 72 |
| Binary | 1011101 | 11001011 | 10101110 | 110110 | 0 | 1110 | 10100 | 10100100 | 110011 | 111010 |
Color Harmonies of #5DCBAE
Complementary color
Monochromatic Colors of #5DCBAE
Black with #5DCBAE
Text Example
Text Example
White with #5DCBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCBAE; }
p { color: rgb(93,203,174); }
H1.HeaderClassName
{
color: #5DCBAE;
}
.AnyTagClassName
{
color: #5DCBAE;
}
</style>
background-color css
<style>
a { background-color: #5DCBAE; }
a { background-color: rgb(93,203,174); }
div.DivClassName
{
background-color: #5DCBAE;
}
.BgClassName
{
background-color: #5DCBAE;
}
</style>
border-color css
<style>
span { border-color: #5DCBAE; }
span { border-color: rgb(93,203,174); }
td.TdClassName
{
border-color: #5DCBAE;
}
.TagClassName
{
border-color: #5DCBAE;
}
</style>