Shades of Puerto Rico #48BCB0
Tints of Puerto Rico #48BCB0
RGB
CMYK
RGB Variations
Color information
#48BCB0 (or 0x48BCB0) is known color: Puerto Rico. HEX triplet: 48, BC and B0. RGB value is (72,188,176). Sum of RGB (Red+Green+Blue) = 72+188+176=436 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.51% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #48BCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BCB0 is #B7434F. Grayscale: #979797. Windows color (decimal): -12010320 or 11582536. OLE color: 11582536.
HSL color Cylindrical-coordinate representation of color #48BCB0: hue angle of 173.79º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BCB0 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 188 | 176 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.26 |
| HSL | 173.79º | 0.46% | 0.51% | - |
| HSV(B) | 173.79º | 0.62% | 0.74% | - |
| XYZ | 28.49 | 40.48 | 47.39 | - |
| YUV | 151.95 | 141.57 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 176 | 0.62 | 0 | 0.06 | 0.26 | 173.79 | 0.46 | 0.51 |
| Hex | 48 | BC | B0 | 3E | 0 | 6 | 1A | AE | 2E | 33 |
| Octal | 110 | 274 | 260 | 76 | 0 | 6 | 32 | 256 | 56 | 63 |
| Binary | 1001000 | 10111100 | 10110000 | 111110 | 0 | 110 | 11010 | 10101110 | 101110 | 110011 |
Color Harmonies of #48BCB0
Complementary color
Monochromatic Colors of #48BCB0
Black with #48BCB0
Text Example
Text Example
White with #48BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BCB0; }
p { color: rgb(72,188,176); }
H1.HeaderClassName
{
color: #48BCB0;
}
.AnyTagClassName
{
color: #48BCB0;
}
</style>
background-color css
<style>
a { background-color: #48BCB0; }
a { background-color: rgb(72,188,176); }
div.DivClassName
{
background-color: #48BCB0;
}
.BgClassName
{
background-color: #48BCB0;
}
</style>
border-color css
<style>
span { border-color: #48BCB0; }
span { border-color: rgb(72,188,176); }
td.TdClassName
{
border-color: #48BCB0;
}
.TagClassName
{
border-color: #48BCB0;
}
</style>