Shades of Aquamarine #5DFBDC
Tints of Aquamarine #5DFBDC
RGB
CMYK
RGB Variations
Color information
#5DFBDC (or 0x5DFBDC) is known color: Aquamarine. HEX triplet: 5D, FB and DC. RGB value is (93,251,220). Sum of RGB (Red+Green+Blue) = 93+251+220=564 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.49% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFBDC is #A20423. Grayscale: #C8C8C8. Windows color (decimal): -10617892 or 14482269. OLE color: 14482269.
HSL color Cylindrical-coordinate representation of color #5DFBDC: hue angle of 168.23º 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 #5DFBDC is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 251 | 220 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.02 |
| HSL | 168.23º | 0.95% | 0.67% | - |
| HSV(B) | 168.23º | 0.63% | 0.98% | - |
| XYZ | 51.93 | 76.49 | 79.74 | - |
| YUV | 200.22 | 139.15 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 251 | 220 | 0.63 | 0 | 0.12 | 0.02 | 168.23 | 0.95 | 0.67 |
| Hex | 5D | FB | DC | 3F | 0 | C | 2 | A8 | 5F | 43 |
| Octal | 135 | 373 | 334 | 77 | 0 | 14 | 2 | 250 | 137 | 103 |
| Binary | 1011101 | 11111011 | 11011100 | 111111 | 0 | 1100 | 10 | 10101000 | 1011111 | 1000011 |
Color Harmonies of #5DFBDC
Complementary color
Monochromatic Colors of #5DFBDC
Black with #5DFBDC
Text Example
Text Example
White with #5DFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFBDC; }
p { color: rgb(93,251,220); }
H1.HeaderClassName
{
color: #5DFBDC;
}
.AnyTagClassName
{
color: #5DFBDC;
}
</style>
background-color css
<style>
a { background-color: #5DFBDC; }
a { background-color: rgb(93,251,220); }
div.DivClassName
{
background-color: #5DFBDC;
}
.BgClassName
{
background-color: #5DFBDC;
}
</style>
border-color css
<style>
span { border-color: #5DFBDC; }
span { border-color: rgb(93,251,220); }
td.TdClassName
{
border-color: #5DFBDC;
}
.TagClassName
{
border-color: #5DFBDC;
}
</style>