Shades of Medium Aquamarine #48DAB0
Tints of Medium Aquamarine #48DAB0
RGB
CMYK
RGB Variations
Color information
#48DAB0 (or 0x48DAB0) is known color: Medium Aquamarine. HEX triplet: 48, DA and B0. RGB value is (72,218,176). Sum of RGB (Red+Green+Blue) = 72+218+176=466 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.45% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #48DAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DAB0 is #B7254F. Grayscale: #A9A9A9. Windows color (decimal): -12002640 or 11590216. OLE color: 11590216.
HSL color Cylindrical-coordinate representation of color #48DAB0: hue angle of 162.74º 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 #48DAB0 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 218 | 176 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.15 |
| HSL | 162.74º | 0.66% | 0.57% | - |
| HSV(B) | 162.74º | 0.67% | 0.85% | - |
| XYZ | 35.58 | 54.66 | 49.75 | - |
| YUV | 169.56 | 131.63 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 218 | 176 | 0.67 | 0 | 0.19 | 0.15 | 162.74 | 0.66 | 0.57 |
| Hex | 48 | DA | B0 | 43 | 0 | 13 | F | A3 | 42 | 39 |
| Octal | 110 | 332 | 260 | 103 | 0 | 23 | 17 | 243 | 102 | 71 |
| Binary | 1001000 | 11011010 | 10110000 | 1000011 | 0 | 10011 | 1111 | 10100011 | 1000010 | 111001 |
Color Harmonies of #48DAB0
Complementary color
Monochromatic Colors of #48DAB0
Black with #48DAB0
Text Example
Text Example
White with #48DAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DAB0; }
p { color: rgb(72,218,176); }
H1.HeaderClassName
{
color: #48DAB0;
}
.AnyTagClassName
{
color: #48DAB0;
}
</style>
background-color css
<style>
a { background-color: #48DAB0; }
a { background-color: rgb(72,218,176); }
div.DivClassName
{
background-color: #48DAB0;
}
.BgClassName
{
background-color: #48DAB0;
}
</style>
border-color css
<style>
span { border-color: #48DAB0; }
span { border-color: rgb(72,218,176); }
td.TdClassName
{
border-color: #48DAB0;
}
.TagClassName
{
border-color: #48DAB0;
}
</style>