Shades of Aquamarine #5DFECB
Tints of Aquamarine #5DFECB
RGB
CMYK
RGB Variations
Color information
#5DFECB (or 0x5DFECB) is known color: Aquamarine. HEX triplet: 5D, FE and CB. RGB value is (93,254,203). Sum of RGB (Red+Green+Blue) = 93+254+203=550 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.91% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFECB is #A20134. Grayscale: #C8C8C8. Windows color (decimal): -10617141 or 13368925. OLE color: 13368925.
HSL color Cylindrical-coordinate representation of color #5DFECB: hue angle of 160.99º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFECB is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 254 | 203 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.00 |
| HSL | 160.99º | 0.99% | 0.68% | - |
| HSV(B) | 160.99º | 0.63% | 1% | - |
| XYZ | 50.74 | 77.52 | 68.79 | - |
| YUV | 200.05 | 129.66 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 254 | 203 | 0.63 | 0 | 0.20 | 0.00 | 160.99 | 0.99 | 0.68 |
| Hex | 5D | FE | CB | 3F | 0 | 14 | 0 | A1 | 63 | 44 |
| Octal | 135 | 376 | 313 | 77 | 0 | 24 | 0 | 241 | 143 | 104 |
| Binary | 1011101 | 11111110 | 11001011 | 111111 | 0 | 10100 | 0 | 10100001 | 1100011 | 1000100 |
Color Harmonies of #5DFECB
Complementary color
Monochromatic Colors of #5DFECB
Black with #5DFECB
Text Example
Text Example
White with #5DFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFECB; }
p { color: rgb(93,254,203); }
H1.HeaderClassName
{
color: #5DFECB;
}
.AnyTagClassName
{
color: #5DFECB;
}
</style>
background-color css
<style>
a { background-color: #5DFECB; }
a { background-color: rgb(93,254,203); }
div.DivClassName
{
background-color: #5DFECB;
}
.BgClassName
{
background-color: #5DFECB;
}
</style>
border-color css
<style>
span { border-color: #5DFECB; }
span { border-color: rgb(93,254,203); }
td.TdClassName
{
border-color: #5DFECB;
}
.TagClassName
{
border-color: #5DFECB;
}
</style>