Shades of Medium Aquamarine #48D9AF
Tints of Medium Aquamarine #48D9AF
RGB
CMYK
RGB Variations
Color information
#48D9AF (or 0x48D9AF) is known color: Medium Aquamarine. HEX triplet: 48, D9 and AF. RGB value is (72,217,175). Sum of RGB (Red+Green+Blue) = 72+217+175=464 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.52% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #48D9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D9AF is #B72650. Grayscale: #A8A8A8. Windows color (decimal): -12002897 or 11524424. OLE color: 11524424.
HSL color Cylindrical-coordinate representation of color #48D9AF: hue angle of 162.62º 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 #48D9AF is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 217 | 175 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.15 |
| HSL | 162.62º | 0.66% | 0.57% | - |
| HSV(B) | 162.62º | 0.67% | 0.85% | - |
| XYZ | 35.22 | 54.1 | 49.14 | - |
| YUV | 168.86 | 131.46 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 217 | 175 | 0.67 | 0 | 0.19 | 0.15 | 162.62 | 0.66 | 0.57 |
| Hex | 48 | D9 | AF | 43 | 0 | 13 | F | A3 | 42 | 39 |
| Octal | 110 | 331 | 257 | 103 | 0 | 23 | 17 | 243 | 102 | 71 |
| Binary | 1001000 | 11011001 | 10101111 | 1000011 | 0 | 10011 | 1111 | 10100011 | 1000010 | 111001 |
Color Harmonies of #48D9AF
Complementary color
Monochromatic Colors of #48D9AF
Black with #48D9AF
Text Example
Text Example
White with #48D9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D9AF; }
p { color: rgb(72,217,175); }
H1.HeaderClassName
{
color: #48D9AF;
}
.AnyTagClassName
{
color: #48D9AF;
}
</style>
background-color css
<style>
a { background-color: #48D9AF; }
a { background-color: rgb(72,217,175); }
div.DivClassName
{
background-color: #48D9AF;
}
.BgClassName
{
background-color: #48D9AF;
}
</style>
border-color css
<style>
span { border-color: #48D9AF; }
span { border-color: rgb(72,217,175); }
td.TdClassName
{
border-color: #48D9AF;
}
.TagClassName
{
border-color: #48D9AF;
}
</style>