Shades of Medium Aquamarine #5DCFB3
Tints of Medium Aquamarine #5DCFB3
RGB
CMYK
RGB Variations
Color information
#5DCFB3 (or 0x5DCFB3) is known color: Medium Aquamarine. HEX triplet: 5D, CF and B3. RGB value is (93,207,179). Sum of RGB (Red+Green+Blue) = 93+207+179=479 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.42% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCFB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCFB3 is #A2304C. Grayscale: #A9A9A9. Windows color (decimal): -10629197 or 11784029. OLE color: 11784029.
HSL color Cylindrical-coordinate representation of color #5DCFB3: hue angle of 165.26º 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 #5DCFB3 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 179 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.19 |
| HSL | 165.26º | 0.54% | 0.59% | - |
| HSV(B) | 165.26º | 0.55% | 0.81% | - |
| XYZ | 34.96 | 50.21 | 50.5 | - |
| YUV | 169.72 | 133.23 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 179 | 0.55 | 0 | 0.14 | 0.19 | 165.26 | 0.54 | 0.59 |
| Hex | 5D | CF | B3 | 37 | 0 | E | 13 | A5 | 36 | 3B |
| Octal | 135 | 317 | 263 | 67 | 0 | 16 | 23 | 245 | 66 | 73 |
| Binary | 1011101 | 11001111 | 10110011 | 110111 | 0 | 1110 | 10011 | 10100101 | 110110 | 111011 |
Color Harmonies of #5DCFB3
Complementary color
Monochromatic Colors of #5DCFB3
Black with #5DCFB3
Text Example
Text Example
White with #5DCFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCFB3; }
p { color: rgb(93,207,179); }
H1.HeaderClassName
{
color: #5DCFB3;
}
.AnyTagClassName
{
color: #5DCFB3;
}
</style>
background-color css
<style>
a { background-color: #5DCFB3; }
a { background-color: rgb(93,207,179); }
div.DivClassName
{
background-color: #5DCFB3;
}
.BgClassName
{
background-color: #5DCFB3;
}
</style>
border-color css
<style>
span { border-color: #5DCFB3; }
span { border-color: rgb(93,207,179); }
td.TdClassName
{
border-color: #5DCFB3;
}
.TagClassName
{
border-color: #5DCFB3;
}
</style>