Shades of Puerto Rico #48BE95
Tints of Puerto Rico #48BE95
RGB
CMYK
RGB Variations
Color information
#48BE95 (or 0x48BE95) is known color: Puerto Rico. HEX triplet: 48, BE and 95. RGB value is (72,190,149). Sum of RGB (Red+Green+Blue) = 72+190+149=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BE95 is #B7416A. Grayscale: #969696. Windows color (decimal): -12009835 or 9813576. OLE color: 9813576.
HSL color Cylindrical-coordinate representation of color #48BE95: hue angle of 159.15º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BE95 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 190 | 149 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.25 |
| HSL | 159.15º | 0.48% | 0.51% | - |
| HSV(B) | 159.15º | 0.62% | 0.75% | - |
| XYZ | 26.51 | 40.37 | 34.83 | - |
| YUV | 150.04 | 127.41 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 190 | 149 | 0.62 | 0 | 0.22 | 0.25 | 159.15 | 0.48 | 0.51 |
| Hex | 48 | BE | 95 | 3E | 0 | 16 | 19 | 9F | 30 | 33 |
| Octal | 110 | 276 | 225 | 76 | 0 | 26 | 31 | 237 | 60 | 63 |
| Binary | 1001000 | 10111110 | 10010101 | 111110 | 0 | 10110 | 11001 | 10011111 | 110000 | 110011 |
Color Harmonies of #48BE95
Complementary color
Monochromatic Colors of #48BE95
Black with #48BE95
Text Example
Text Example
White with #48BE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BE95; }
p { color: rgb(72,190,149); }
H1.HeaderClassName
{
color: #48BE95;
}
.AnyTagClassName
{
color: #48BE95;
}
</style>
background-color css
<style>
a { background-color: #48BE95; }
a { background-color: rgb(72,190,149); }
div.DivClassName
{
background-color: #48BE95;
}
.BgClassName
{
background-color: #48BE95;
}
</style>
border-color css
<style>
span { border-color: #48BE95; }
span { border-color: rgb(72,190,149); }
td.TdClassName
{
border-color: #48BE95;
}
.TagClassName
{
border-color: #48BE95;
}
</style>