Shades of Aquamarine #5DFBCD
Tints of Aquamarine #5DFBCD
RGB
CMYK
RGB Variations
Color information
#5DFBCD (or 0x5DFBCD) is known color: Aquamarine. HEX triplet: 5D, FB and CD. RGB value is (93,251,205). Sum of RGB (Red+Green+Blue) = 93+251+205=549 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.94% from 549); Green value is 251 (98.44% from 255 or 45.72% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFBCD is #A20432. Grayscale: #C6C6C6. Windows color (decimal): -10617907 or 13499229. OLE color: 13499229.
HSL color Cylindrical-coordinate representation of color #5DFBCD: hue angle of 162.53º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFBCD is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 251 | 205 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.02 |
| HSL | 162.53º | 0.95% | 0.67% | - |
| HSV(B) | 162.53º | 0.63% | 0.98% | - |
| XYZ | 50.03 | 75.73 | 69.74 | - |
| YUV | 198.51 | 131.65 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 251 | 205 | 0.63 | 0 | 0.18 | 0.02 | 162.53 | 0.95 | 0.67 |
| Hex | 5D | FB | CD | 3F | 0 | 12 | 2 | A3 | 5F | 43 |
| Octal | 135 | 373 | 315 | 77 | 0 | 22 | 2 | 243 | 137 | 103 |
| Binary | 1011101 | 11111011 | 11001101 | 111111 | 0 | 10010 | 10 | 10100011 | 1011111 | 1000011 |
Color Harmonies of #5DFBCD
Complementary color
Monochromatic Colors of #5DFBCD
Black with #5DFBCD
Text Example
Text Example
White with #5DFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFBCD; }
p { color: rgb(93,251,205); }
H1.HeaderClassName
{
color: #5DFBCD;
}
.AnyTagClassName
{
color: #5DFBCD;
}
</style>
background-color css
<style>
a { background-color: #5DFBCD; }
a { background-color: rgb(93,251,205); }
div.DivClassName
{
background-color: #5DFBCD;
}
.BgClassName
{
background-color: #5DFBCD;
}
</style>
border-color css
<style>
span { border-color: #5DFBCD; }
span { border-color: rgb(93,251,205); }
td.TdClassName
{
border-color: #5DFBCD;
}
.TagClassName
{
border-color: #5DFBCD;
}
</style>