Shades of Medium Aquamarine #5DCFB2
Tints of Medium Aquamarine #5DCFB2
RGB
CMYK
RGB Variations
Color information
#5DCFB2 (or 0x5DCFB2) is known color: Medium Aquamarine. HEX triplet: 5D, CF and B2. RGB value is (93,207,178). Sum of RGB (Red+Green+Blue) = 93+207+178=478 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.46% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCFB2 is #A2304D. Grayscale: #A9A9A9. Windows color (decimal): -10629198 or 11718493. OLE color: 11718493.
HSL color Cylindrical-coordinate representation of color #5DCFB2: hue angle of 164.74º 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 #5DCFB2 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 178 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.19 |
| HSL | 164.74º | 0.54% | 0.59% | - |
| HSV(B) | 164.74º | 0.55% | 0.81% | - |
| XYZ | 34.86 | 50.17 | 49.97 | - |
| YUV | 169.61 | 132.73 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 178 | 0.55 | 0 | 0.14 | 0.19 | 164.74 | 0.54 | 0.59 |
| Hex | 5D | CF | B2 | 37 | 0 | E | 13 | A5 | 36 | 3B |
| Octal | 135 | 317 | 262 | 67 | 0 | 16 | 23 | 245 | 66 | 73 |
| Binary | 1011101 | 11001111 | 10110010 | 110111 | 0 | 1110 | 10011 | 10100101 | 110110 | 111011 |
Color Harmonies of #5DCFB2
Complementary color
Monochromatic Colors of #5DCFB2
Black with #5DCFB2
Text Example
Text Example
White with #5DCFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCFB2; }
p { color: rgb(93,207,178); }
H1.HeaderClassName
{
color: #5DCFB2;
}
.AnyTagClassName
{
color: #5DCFB2;
}
</style>
background-color css
<style>
a { background-color: #5DCFB2; }
a { background-color: rgb(93,207,178); }
div.DivClassName
{
background-color: #5DCFB2;
}
.BgClassName
{
background-color: #5DCFB2;
}
</style>
border-color css
<style>
span { border-color: #5DCFB2; }
span { border-color: rgb(93,207,178); }
td.TdClassName
{
border-color: #5DCFB2;
}
.TagClassName
{
border-color: #5DCFB2;
}
</style>