Shades of Medium Aquamarine #48D4B0
Tints of Medium Aquamarine #48D4B0
RGB
CMYK
RGB Variations
Color information
#48D4B0 (or 0x48D4B0) is known color: Medium Aquamarine. HEX triplet: 48, D4 and B0. RGB value is (72,212,176). Sum of RGB (Red+Green+Blue) = 72+212+176=460 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.65% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 212 - color contains mainly: green. Hex color #48D4B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D4B0 is #B72B4F. Grayscale: #A6A6A6. Windows color (decimal): -12004176 or 11588680. OLE color: 11588680.
HSL color Cylindrical-coordinate representation of color #48D4B0: hue angle of 164.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D4B0 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 212 | 176 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.17 |
| HSL | 164.57º | 0.62% | 0.56% | - |
| HSV(B) | 164.57º | 0.66% | 0.83% | - |
| XYZ | 34.05 | 51.6 | 49.24 | - |
| YUV | 166.04 | 133.62 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 212 | 176 | 0.66 | 0 | 0.17 | 0.17 | 164.57 | 0.62 | 0.56 |
| Hex | 48 | D4 | B0 | 42 | 0 | 11 | 11 | A5 | 3E | 38 |
| Octal | 110 | 324 | 260 | 102 | 0 | 21 | 21 | 245 | 76 | 70 |
| Binary | 1001000 | 11010100 | 10110000 | 1000010 | 0 | 10001 | 10001 | 10100101 | 111110 | 111000 |
Color Harmonies of #48D4B0
Complementary color
Monochromatic Colors of #48D4B0
Black with #48D4B0
Text Example
Text Example
White with #48D4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D4B0; }
p { color: rgb(72,212,176); }
H1.HeaderClassName
{
color: #48D4B0;
}
.AnyTagClassName
{
color: #48D4B0;
}
</style>
background-color css
<style>
a { background-color: #48D4B0; }
a { background-color: rgb(72,212,176); }
div.DivClassName
{
background-color: #48D4B0;
}
.BgClassName
{
background-color: #48D4B0;
}
</style>
border-color css
<style>
span { border-color: #48D4B0; }
span { border-color: rgb(72,212,176); }
td.TdClassName
{
border-color: #48D4B0;
}
.TagClassName
{
border-color: #48D4B0;
}
</style>