Shades of Puerto Rico #48B19C
Tints of Puerto Rico #48B19C
RGB
CMYK
RGB Variations
Color information
#48B19C (or 0x48B19C) is known color: Puerto Rico. HEX triplet: 48, B1 and 9C. RGB value is (72,177,156). Sum of RGB (Red+Green+Blue) = 72+177+156=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 177 - color contains mainly: green. Hex color #48B19C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B19C is #B74E63. Grayscale: #8F8F8F. Windows color (decimal): -12013156 or 10269000. OLE color: 10269000.
HSL color Cylindrical-coordinate representation of color #48B19C: hue angle of 168º 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 #48B19C is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 177 | 156 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.31 |
| HSL | 168º | 0.42% | 0.49% | - |
| HSV(B) | 168º | 0.59% | 0.69% | - |
| XYZ | 24.4 | 35.22 | 36.97 | - |
| YUV | 143.21 | 135.21 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 177 | 156 | 0.59 | 0 | 0.12 | 0.31 | 168 | 0.42 | 0.49 |
| Hex | 48 | B1 | 9C | 3B | 0 | C | 1F | A8 | 2A | 31 |
| Octal | 110 | 261 | 234 | 73 | 0 | 14 | 37 | 250 | 52 | 61 |
| Binary | 1001000 | 10110001 | 10011100 | 111011 | 0 | 1100 | 11111 | 10101000 | 101010 | 110001 |
Color Harmonies of #48B19C
Complementary color
Monochromatic Colors of #48B19C
Black with #48B19C
Text Example
Text Example
White with #48B19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B19C; }
p { color: rgb(72,177,156); }
H1.HeaderClassName
{
color: #48B19C;
}
.AnyTagClassName
{
color: #48B19C;
}
</style>
background-color css
<style>
a { background-color: #48B19C; }
a { background-color: rgb(72,177,156); }
div.DivClassName
{
background-color: #48B19C;
}
.BgClassName
{
background-color: #48B19C;
}
</style>
border-color css
<style>
span { border-color: #48B19C; }
span { border-color: rgb(72,177,156); }
td.TdClassName
{
border-color: #48B19C;
}
.TagClassName
{
border-color: #48B19C;
}
</style>