Shades of Puerto Rico #48B5A0
Tints of Puerto Rico #48B5A0
RGB
CMYK
RGB Variations
Color information
#48B5A0 (or 0x48B5A0) is known color: Puerto Rico. HEX triplet: 48, B5 and A0. RGB value is (72,181,160). Sum of RGB (Red+Green+Blue) = 72+181+160=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 181 - color contains mainly: green. Hex color #48B5A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B5A0 is #B74A5F. Grayscale: #919191. Windows color (decimal): -12012128 or 10532168. OLE color: 10532168.
HSL color Cylindrical-coordinate representation of color #48B5A0: hue angle of 168.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B5A0 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 181 | 160 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.29 |
| HSL | 168.44º | 0.43% | 0.5% | - |
| HSV(B) | 168.44º | 0.6% | 0.71% | - |
| XYZ | 25.54 | 36.96 | 39.05 | - |
| YUV | 146.02 | 135.89 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 181 | 160 | 0.60 | 0 | 0.12 | 0.29 | 168.44 | 0.43 | 0.5 |
| Hex | 48 | B5 | A0 | 3C | 0 | C | 1D | A8 | 2B | 32 |
| Octal | 110 | 265 | 240 | 74 | 0 | 14 | 35 | 250 | 53 | 62 |
| Binary | 1001000 | 10110101 | 10100000 | 111100 | 0 | 1100 | 11101 | 10101000 | 101011 | 110010 |
Color Harmonies of #48B5A0
Complementary color
Monochromatic Colors of #48B5A0
Black with #48B5A0
Text Example
Text Example
White with #48B5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B5A0; }
p { color: rgb(72,181,160); }
H1.HeaderClassName
{
color: #48B5A0;
}
.AnyTagClassName
{
color: #48B5A0;
}
</style>
background-color css
<style>
a { background-color: #48B5A0; }
a { background-color: rgb(72,181,160); }
div.DivClassName
{
background-color: #48B5A0;
}
.BgClassName
{
background-color: #48B5A0;
}
</style>
border-color css
<style>
span { border-color: #48B5A0; }
span { border-color: rgb(72,181,160); }
td.TdClassName
{
border-color: #48B5A0;
}
.TagClassName
{
border-color: #48B5A0;
}
</style>