Shades of Puerto Rico #48C098
Tints of Puerto Rico #48C098
RGB
CMYK
RGB Variations
Color information
#48C098 (or 0x48C098) is known color: Puerto Rico. HEX triplet: 48, C0 and 98. RGB value is (72,192,152). Sum of RGB (Red+Green+Blue) = 72+192+152=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #48C098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C098 is #B73F67. Grayscale: #979797. Windows color (decimal): -12009320 or 10010696. OLE color: 10010696.
HSL color Cylindrical-coordinate representation of color #48C098: hue angle of 160º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48C098 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 192 | 152 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.25 |
| HSL | 160º | 0.49% | 0.52% | - |
| HSV(B) | 160º | 0.63% | 0.75% | - |
| XYZ | 27.19 | 41.34 | 36.25 | - |
| YUV | 151.56 | 128.24 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 152 | 0.63 | 0 | 0.21 | 0.25 | 160 | 0.49 | 0.52 |
| Hex | 48 | C0 | 98 | 3F | 0 | 15 | 19 | A0 | 31 | 34 |
| Octal | 110 | 300 | 230 | 77 | 0 | 25 | 31 | 240 | 61 | 64 |
| Binary | 1001000 | 11000000 | 10011000 | 111111 | 0 | 10101 | 11001 | 10100000 | 110001 | 110100 |
Color Harmonies of #48C098
Complementary color
Monochromatic Colors of #48C098
Black with #48C098
Text Example
Text Example
White with #48C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C098; }
p { color: rgb(72,192,152); }
H1.HeaderClassName
{
color: #48C098;
}
.AnyTagClassName
{
color: #48C098;
}
</style>
background-color css
<style>
a { background-color: #48C098; }
a { background-color: rgb(72,192,152); }
div.DivClassName
{
background-color: #48C098;
}
.BgClassName
{
background-color: #48C098;
}
</style>
border-color css
<style>
span { border-color: #48C098; }
span { border-color: rgb(72,192,152); }
td.TdClassName
{
border-color: #48C098;
}
.TagClassName
{
border-color: #48C098;
}
</style>