Shades of Aquamarine #5DFBCB
Tints of Aquamarine #5DFBCB
RGB
CMYK
RGB Variations
Color information
#5DFBCB (or 0x5DFBCB) is known color: Aquamarine. HEX triplet: 5D, FB and CB. RGB value is (93,251,203). Sum of RGB (Red+Green+Blue) = 93+251+203=547 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.00% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFBCB is #A20434. Grayscale: #C6C6C6. Windows color (decimal): -10617909 or 13368157. OLE color: 13368157.
HSL color Cylindrical-coordinate representation of color #5DFBCB: hue angle of 161.77º 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 #5DFBCB is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 251 | 203 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.02 |
| HSL | 161.77º | 0.95% | 0.67% | - |
| HSV(B) | 161.77º | 0.63% | 0.98% | - |
| XYZ | 49.79 | 75.63 | 68.47 | - |
| YUV | 198.29 | 130.65 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 251 | 203 | 0.63 | 0 | 0.19 | 0.02 | 161.77 | 0.95 | 0.67 |
| Hex | 5D | FB | CB | 3F | 0 | 13 | 2 | A2 | 5F | 43 |
| Octal | 135 | 373 | 313 | 77 | 0 | 23 | 2 | 242 | 137 | 103 |
| Binary | 1011101 | 11111011 | 11001011 | 111111 | 0 | 10011 | 10 | 10100010 | 1011111 | 1000011 |
Color Harmonies of #5DFBCB
Complementary color
Monochromatic Colors of #5DFBCB
Black with #5DFBCB
Text Example
Text Example
White with #5DFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFBCB; }
p { color: rgb(93,251,203); }
H1.HeaderClassName
{
color: #5DFBCB;
}
.AnyTagClassName
{
color: #5DFBCB;
}
</style>
background-color css
<style>
a { background-color: #5DFBCB; }
a { background-color: rgb(93,251,203); }
div.DivClassName
{
background-color: #5DFBCB;
}
.BgClassName
{
background-color: #5DFBCB;
}
</style>
border-color css
<style>
span { border-color: #5DFBCB; }
span { border-color: rgb(93,251,203); }
td.TdClassName
{
border-color: #5DFBCB;
}
.TagClassName
{
border-color: #5DFBCB;
}
</style>