Shades of Puerto Rico #48B794
Tints of Puerto Rico #48B794
RGB
CMYK
RGB Variations
Color information
#48B794 (or 0x48B794) is known color: Puerto Rico. HEX triplet: 48, B7 and 94. RGB value is (72,183,148). Sum of RGB (Red+Green+Blue) = 72+183+148=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #48B794 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B794 is #B7486B. Grayscale: #919191. Windows color (decimal): -12011628 or 9746248. OLE color: 9746248.
HSL color Cylindrical-coordinate representation of color #48B794: hue angle of 161.08º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B794 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 72 | 183 | 148 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.28 |
| HSL | 161.08º | 0.44% | 0.5% | - |
| HSV(B) | 161.08º | 0.61% | 0.72% | - |
| XYZ | 24.95 | 37.38 | 33.92 | - |
| YUV | 145.82 | 129.23 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 183 | 148 | 0.61 | 0 | 0.19 | 0.28 | 161.08 | 0.44 | 0.5 |
| Hex | 48 | B7 | 94 | 3D | 0 | 13 | 1C | A1 | 2C | 32 |
| Octal | 110 | 267 | 224 | 75 | 0 | 23 | 34 | 241 | 54 | 62 |
| Binary | 1001000 | 10110111 | 10010100 | 111101 | 0 | 10011 | 11100 | 10100001 | 101100 | 110010 |
Color Harmonies of #48B794
Complementary color
Monochromatic Colors of #48B794
Black with #48B794
Text Example
Text Example
White with #48B794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B794; }
p { color: rgb(72,183,148); }
H1.HeaderClassName
{
color: #48B794;
}
.AnyTagClassName
{
color: #48B794;
}
</style>
background-color css
<style>
a { background-color: #48B794; }
a { background-color: rgb(72,183,148); }
div.DivClassName
{
background-color: #48B794;
}
.BgClassName
{
background-color: #48B794;
}
</style>
border-color css
<style>
span { border-color: #48B794; }
span { border-color: rgb(72,183,148); }
td.TdClassName
{
border-color: #48B794;
}
.TagClassName
{
border-color: #48B794;
}
</style>