Shades of Puerto Rico #48B9A1
Tints of Puerto Rico #48B9A1
RGB
CMYK
RGB Variations
Color information
#48B9A1 (or 0x48B9A1) is known color: Puerto Rico. HEX triplet: 48, B9 and A1. RGB value is (72,185,161). Sum of RGB (Red+Green+Blue) = 72+185+161=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #48B9A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B9A1 is #B7465E. Grayscale: #949494. Windows color (decimal): -12011103 or 10598728. OLE color: 10598728.
HSL color Cylindrical-coordinate representation of color #48B9A1: hue angle of 167.26º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B9A1 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 185 | 161 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.27 |
| HSL | 167.26º | 0.45% | 0.5% | - |
| HSV(B) | 167.26º | 0.61% | 0.73% | - |
| XYZ | 26.45 | 38.65 | 39.78 | - |
| YUV | 148.48 | 135.06 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 185 | 161 | 0.61 | 0 | 0.13 | 0.27 | 167.26 | 0.45 | 0.5 |
| Hex | 48 | B9 | A1 | 3D | 0 | D | 1B | A7 | 2D | 32 |
| Octal | 110 | 271 | 241 | 75 | 0 | 15 | 33 | 247 | 55 | 62 |
| Binary | 1001000 | 10111001 | 10100001 | 111101 | 0 | 1101 | 11011 | 10100111 | 101101 | 110010 |
Color Harmonies of #48B9A1
Complementary color
Monochromatic Colors of #48B9A1
Black with #48B9A1
Text Example
Text Example
White with #48B9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B9A1; }
p { color: rgb(72,185,161); }
H1.HeaderClassName
{
color: #48B9A1;
}
.AnyTagClassName
{
color: #48B9A1;
}
</style>
background-color css
<style>
a { background-color: #48B9A1; }
a { background-color: rgb(72,185,161); }
div.DivClassName
{
background-color: #48B9A1;
}
.BgClassName
{
background-color: #48B9A1;
}
</style>
border-color css
<style>
span { border-color: #48B9A1; }
span { border-color: rgb(72,185,161); }
td.TdClassName
{
border-color: #48B9A1;
}
.TagClassName
{
border-color: #48B9A1;
}
</style>