Shades of Puerto Rico #48B194
Tints of Puerto Rico #48B194
RGB
CMYK
RGB Variations
Color information
#48B194 (or 0x48B194) is known color: Puerto Rico. HEX triplet: 48, B1 and 94. RGB value is (72,177,148). Sum of RGB (Red+Green+Blue) = 72+177+148=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #48B194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B194 is #B74E6B. Grayscale: #8E8E8E. Windows color (decimal): -12013164 or 9744712. OLE color: 9744712.
HSL color Cylindrical-coordinate representation of color #48B194: hue angle of 163.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48B194 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 177 | 148 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.31 |
| HSL | 163.43º | 0.42% | 0.49% | - |
| HSV(B) | 163.43º | 0.59% | 0.69% | - |
| XYZ | 23.74 | 34.96 | 33.51 | - |
| YUV | 142.3 | 131.21 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 177 | 148 | 0.59 | 0 | 0.16 | 0.31 | 163.43 | 0.42 | 0.49 |
| Hex | 48 | B1 | 94 | 3B | 0 | 10 | 1F | A3 | 2A | 31 |
| Octal | 110 | 261 | 224 | 73 | 0 | 20 | 37 | 243 | 52 | 61 |
| Binary | 1001000 | 10110001 | 10010100 | 111011 | 0 | 10000 | 11111 | 10100011 | 101010 | 110001 |
Color Harmonies of #48B194
Complementary color
Monochromatic Colors of #48B194
Black with #48B194
Text Example
Text Example
White with #48B194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B194; }
p { color: rgb(72,177,148); }
H1.HeaderClassName
{
color: #48B194;
}
.AnyTagClassName
{
color: #48B194;
}
</style>
background-color css
<style>
a { background-color: #48B194; }
a { background-color: rgb(72,177,148); }
div.DivClassName
{
background-color: #48B194;
}
.BgClassName
{
background-color: #48B194;
}
</style>
border-color css
<style>
span { border-color: #48B194; }
span { border-color: rgb(72,177,148); }
td.TdClassName
{
border-color: #48B194;
}
.TagClassName
{
border-color: #48B194;
}
</style>