Shades of Puerto Rico #48C19D
Tints of Puerto Rico #48C19D
RGB
CMYK
RGB Variations
Color information
#48C19D (or 0x48C19D) is known color: Puerto Rico. HEX triplet: 48, C1 and 9D. RGB value is (72,193,157). Sum of RGB (Red+Green+Blue) = 72+193+157=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #48C19D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C19D is #B73E62. Grayscale: #989898. Windows color (decimal): -12009059 or 10338632. OLE color: 10338632.
HSL color Cylindrical-coordinate representation of color #48C19D: hue angle of 162.15º degrees, saturation: 0.49, 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 #48C19D is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 193 | 157 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.24 |
| HSL | 162.15º | 0.49% | 0.52% | - |
| HSV(B) | 162.15º | 0.63% | 0.76% | - |
| XYZ | 27.83 | 41.95 | 38.53 | - |
| YUV | 152.72 | 130.41 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 193 | 157 | 0.63 | 0 | 0.19 | 0.24 | 162.15 | 0.49 | 0.52 |
| Hex | 48 | C1 | 9D | 3F | 0 | 13 | 18 | A2 | 31 | 34 |
| Octal | 110 | 301 | 235 | 77 | 0 | 23 | 30 | 242 | 61 | 64 |
| Binary | 1001000 | 11000001 | 10011101 | 111111 | 0 | 10011 | 11000 | 10100010 | 110001 | 110100 |
Color Harmonies of #48C19D
Complementary color
Monochromatic Colors of #48C19D
Black with #48C19D
Text Example
Text Example
White with #48C19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C19D; }
p { color: rgb(72,193,157); }
H1.HeaderClassName
{
color: #48C19D;
}
.AnyTagClassName
{
color: #48C19D;
}
</style>
background-color css
<style>
a { background-color: #48C19D; }
a { background-color: rgb(72,193,157); }
div.DivClassName
{
background-color: #48C19D;
}
.BgClassName
{
background-color: #48C19D;
}
</style>
border-color css
<style>
span { border-color: #48C19D; }
span { border-color: rgb(72,193,157); }
td.TdClassName
{
border-color: #48C19D;
}
.TagClassName
{
border-color: #48C19D;
}
</style>