Shades of Puerto Rico #48B2A0
Tints of Puerto Rico #48B2A0
RGB
CMYK
RGB Variations
Color information
#48B2A0 (or 0x48B2A0) is known color: Puerto Rico. HEX triplet: 48, B2 and A0. RGB value is (72,178,160). Sum of RGB (Red+Green+Blue) = 72+178+160=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 178 - color contains mainly: green. Hex color #48B2A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B2A0 is #B74D5F. Grayscale: #909090. Windows color (decimal): -12012896 or 10531400. OLE color: 10531400.
HSL color Cylindrical-coordinate representation of color #48B2A0: hue angle of 169.81º 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 #48B2A0 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 178 | 160 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.30 |
| HSL | 169.81º | 0.42% | 0.49% | - |
| HSV(B) | 169.81º | 0.6% | 0.7% | - |
| XYZ | 24.94 | 35.76 | 38.85 | - |
| YUV | 144.25 | 136.88 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 178 | 160 | 0.60 | 0 | 0.10 | 0.30 | 169.81 | 0.42 | 0.49 |
| Hex | 48 | B2 | A0 | 3C | 0 | A | 1E | AA | 2A | 31 |
| Octal | 110 | 262 | 240 | 74 | 0 | 12 | 36 | 252 | 52 | 61 |
| Binary | 1001000 | 10110010 | 10100000 | 111100 | 0 | 1010 | 11110 | 10101010 | 101010 | 110001 |
Color Harmonies of #48B2A0
Complementary color
Monochromatic Colors of #48B2A0
Black with #48B2A0
Text Example
Text Example
White with #48B2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B2A0; }
p { color: rgb(72,178,160); }
H1.HeaderClassName
{
color: #48B2A0;
}
.AnyTagClassName
{
color: #48B2A0;
}
</style>
background-color css
<style>
a { background-color: #48B2A0; }
a { background-color: rgb(72,178,160); }
div.DivClassName
{
background-color: #48B2A0;
}
.BgClassName
{
background-color: #48B2A0;
}
</style>
border-color css
<style>
span { border-color: #48B2A0; }
span { border-color: rgb(72,178,160); }
td.TdClassName
{
border-color: #48B2A0;
}
.TagClassName
{
border-color: #48B2A0;
}
</style>