Shades of Blue Chill #48A399
Tints of Blue Chill #48A399
RGB
CMYK
RGB Variations
Color information
#48A399 (or 0x48A399) is known color: Blue Chill. HEX triplet: 48, A3 and 99. RGB value is (72,163,153). Sum of RGB (Red+Green+Blue) = 72+163+153=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 163 - color contains mainly: green. Hex color #48A399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A399 is #B75C66. Grayscale: #868686. Windows color (decimal): -12016743 or 10068808. OLE color: 10068808.
HSL color Cylindrical-coordinate representation of color #48A399: hue angle of 173.41º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A399 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 163 | 153 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.36 |
| HSL | 173.41º | 0.39% | 0.46% | - |
| HSV(B) | 173.41º | 0.56% | 0.64% | - |
| XYZ | 21.52 | 29.87 | 34.77 | - |
| YUV | 134.65 | 138.35 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 163 | 153 | 0.56 | 0 | 0.06 | 0.36 | 173.41 | 0.39 | 0.46 |
| Hex | 48 | A3 | 99 | 38 | 0 | 6 | 24 | AD | 27 | 2E |
| Octal | 110 | 243 | 231 | 70 | 0 | 6 | 44 | 255 | 47 | 56 |
| Binary | 1001000 | 10100011 | 10011001 | 111000 | 0 | 110 | 100100 | 10101101 | 100111 | 101110 |
Color Harmonies of #48A399
Complementary color
Monochromatic Colors of #48A399
Black with #48A399
Text Example
Text Example
White with #48A399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A399; }
p { color: rgb(72,163,153); }
H1.HeaderClassName
{
color: #48A399;
}
.AnyTagClassName
{
color: #48A399;
}
</style>
background-color css
<style>
a { background-color: #48A399; }
a { background-color: rgb(72,163,153); }
div.DivClassName
{
background-color: #48A399;
}
.BgClassName
{
background-color: #48A399;
}
</style>
border-color css
<style>
span { border-color: #48A399; }
span { border-color: rgb(72,163,153); }
td.TdClassName
{
border-color: #48A399;
}
.TagClassName
{
border-color: #48A399;
}
</style>