Shades of Puerto Rico #48C39F
Tints of Puerto Rico #48C39F
RGB
CMYK
RGB Variations
Color information
#48C39F (or 0x48C39F) is known color: Puerto Rico. HEX triplet: 48, C3 and 9F. RGB value is (72,195,159). Sum of RGB (Red+Green+Blue) = 72+195+159=426 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.90% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #48C39F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C39F is #B73C60. Grayscale: #9A9A9A. Windows color (decimal): -12008545 or 10470216. OLE color: 10470216.
HSL color Cylindrical-coordinate representation of color #48C39F: hue angle of 162.44º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C39F is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 195 | 159 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.24 |
| HSL | 162.44º | 0.51% | 0.52% | - |
| HSV(B) | 162.44º | 0.63% | 0.76% | - |
| XYZ | 28.45 | 42.91 | 39.58 | - |
| YUV | 154.12 | 130.75 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 195 | 159 | 0.63 | 0 | 0.18 | 0.24 | 162.44 | 0.51 | 0.52 |
| Hex | 48 | C3 | 9F | 3F | 0 | 12 | 18 | A2 | 33 | 34 |
| Octal | 110 | 303 | 237 | 77 | 0 | 22 | 30 | 242 | 63 | 64 |
| Binary | 1001000 | 11000011 | 10011111 | 111111 | 0 | 10010 | 11000 | 10100010 | 110011 | 110100 |
Color Harmonies of #48C39F
Complementary color
Monochromatic Colors of #48C39F
Black with #48C39F
Text Example
Text Example
White with #48C39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C39F; }
p { color: rgb(72,195,159); }
H1.HeaderClassName
{
color: #48C39F;
}
.AnyTagClassName
{
color: #48C39F;
}
</style>
background-color css
<style>
a { background-color: #48C39F; }
a { background-color: rgb(72,195,159); }
div.DivClassName
{
background-color: #48C39F;
}
.BgClassName
{
background-color: #48C39F;
}
</style>
border-color css
<style>
span { border-color: #48C39F; }
span { border-color: rgb(72,195,159); }
td.TdClassName
{
border-color: #48C39F;
}
.TagClassName
{
border-color: #48C39F;
}
</style>