Shades of Puerto Rico #48B298
Tints of Puerto Rico #48B298
RGB
CMYK
RGB Variations
Color information
#48B298 (or 0x48B298) is known color: Puerto Rico. HEX triplet: 48, B2 and 98. RGB value is (72,178,152). Sum of RGB (Red+Green+Blue) = 72+178+152=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 178 - color contains mainly: green. Hex color #48B298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B298 is #B74D67. Grayscale: #8F8F8F. Windows color (decimal): -12012904 or 10007112. OLE color: 10007112.
HSL color Cylindrical-coordinate representation of color #48B298: hue angle of 165.28º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B298 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 178 | 152 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.30 |
| HSL | 165.28º | 0.42% | 0.49% | - |
| HSV(B) | 165.28º | 0.6% | 0.7% | - |
| XYZ | 24.26 | 35.49 | 35.28 | - |
| YUV | 143.34 | 132.88 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 178 | 152 | 0.60 | 0 | 0.15 | 0.30 | 165.28 | 0.42 | 0.49 |
| Hex | 48 | B2 | 98 | 3C | 0 | F | 1E | A5 | 2A | 31 |
| Octal | 110 | 262 | 230 | 74 | 0 | 17 | 36 | 245 | 52 | 61 |
| Binary | 1001000 | 10110010 | 10011000 | 111100 | 0 | 1111 | 11110 | 10100101 | 101010 | 110001 |
Color Harmonies of #48B298
Complementary color
Monochromatic Colors of #48B298
Black with #48B298
Text Example
Text Example
White with #48B298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B298; }
p { color: rgb(72,178,152); }
H1.HeaderClassName
{
color: #48B298;
}
.AnyTagClassName
{
color: #48B298;
}
</style>
background-color css
<style>
a { background-color: #48B298; }
a { background-color: rgb(72,178,152); }
div.DivClassName
{
background-color: #48B298;
}
.BgClassName
{
background-color: #48B298;
}
</style>
border-color css
<style>
span { border-color: #48B298; }
span { border-color: rgb(72,178,152); }
td.TdClassName
{
border-color: #48B298;
}
.TagClassName
{
border-color: #48B298;
}
</style>