Shades of Medium Aquamarine #48DAB1
Tints of Medium Aquamarine #48DAB1
RGB
CMYK
RGB Variations
Color information
#48DAB1 (or 0x48DAB1) is known color: Medium Aquamarine. HEX triplet: 48, DA and B1. RGB value is (72,218,177). Sum of RGB (Red+Green+Blue) = 72+218+177=467 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.42% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #48DAB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DAB1 is #B7254E. Grayscale: #A9A9A9. Windows color (decimal): -12002639 or 11655752. OLE color: 11655752.
HSL color Cylindrical-coordinate representation of color #48DAB1: hue angle of 163.15º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DAB1 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 218 | 177 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.15 |
| HSL | 163.15º | 0.66% | 0.57% | - |
| HSV(B) | 163.15º | 0.67% | 0.85% | - |
| XYZ | 35.68 | 54.69 | 50.27 | - |
| YUV | 169.67 | 132.13 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 218 | 177 | 0.67 | 0 | 0.19 | 0.15 | 163.15 | 0.66 | 0.57 |
| Hex | 48 | DA | B1 | 43 | 0 | 13 | F | A3 | 42 | 39 |
| Octal | 110 | 332 | 261 | 103 | 0 | 23 | 17 | 243 | 102 | 71 |
| Binary | 1001000 | 11011010 | 10110001 | 1000011 | 0 | 10011 | 1111 | 10100011 | 1000010 | 111001 |
Color Harmonies of #48DAB1
Complementary color
Monochromatic Colors of #48DAB1
Black with #48DAB1
Text Example
Text Example
White with #48DAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DAB1; }
p { color: rgb(72,218,177); }
H1.HeaderClassName
{
color: #48DAB1;
}
.AnyTagClassName
{
color: #48DAB1;
}
</style>
background-color css
<style>
a { background-color: #48DAB1; }
a { background-color: rgb(72,218,177); }
div.DivClassName
{
background-color: #48DAB1;
}
.BgClassName
{
background-color: #48DAB1;
}
</style>
border-color css
<style>
span { border-color: #48DAB1; }
span { border-color: rgb(72,218,177); }
td.TdClassName
{
border-color: #48DAB1;
}
.TagClassName
{
border-color: #48DAB1;
}
</style>