Shades of Puerto Rico #48B1A3
Tints of Puerto Rico #48B1A3
RGB
CMYK
RGB Variations
Color information
#48B1A3 (or 0x48B1A3) is known color: Puerto Rico. HEX triplet: 48, B1 and A3. RGB value is (72,177,163). Sum of RGB (Red+Green+Blue) = 72+177+163=412 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.48% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 177 - color contains mainly: green. Hex color #48B1A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B1A3 is #B74E5C. Grayscale: #8F8F8F. Windows color (decimal): -12013149 or 10727752. OLE color: 10727752.
HSL color Cylindrical-coordinate representation of color #48B1A3: hue angle of 172º 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 #48B1A3 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 177 | 163 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.31 |
| HSL | 172º | 0.42% | 0.49% | - |
| HSV(B) | 172º | 0.59% | 0.69% | - |
| XYZ | 25.01 | 35.47 | 40.18 | - |
| YUV | 144.01 | 138.71 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 177 | 163 | 0.59 | 0 | 0.08 | 0.31 | 172 | 0.42 | 0.49 |
| Hex | 48 | B1 | A3 | 3B | 0 | 8 | 1F | AC | 2A | 31 |
| Octal | 110 | 261 | 243 | 73 | 0 | 10 | 37 | 254 | 52 | 61 |
| Binary | 1001000 | 10110001 | 10100011 | 111011 | 0 | 1000 | 11111 | 10101100 | 101010 | 110001 |
Color Harmonies of #48B1A3
Complementary color
Monochromatic Colors of #48B1A3
Black with #48B1A3
Text Example
Text Example
White with #48B1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B1A3; }
p { color: rgb(72,177,163); }
H1.HeaderClassName
{
color: #48B1A3;
}
.AnyTagClassName
{
color: #48B1A3;
}
</style>
background-color css
<style>
a { background-color: #48B1A3; }
a { background-color: rgb(72,177,163); }
div.DivClassName
{
background-color: #48B1A3;
}
.BgClassName
{
background-color: #48B1A3;
}
</style>
border-color css
<style>
span { border-color: #48B1A3; }
span { border-color: rgb(72,177,163); }
td.TdClassName
{
border-color: #48B1A3;
}
.TagClassName
{
border-color: #48B1A3;
}
</style>