Shades of Puerto Rico #48BDB1
Tints of Puerto Rico #48BDB1
RGB
CMYK
RGB Variations
Color information
#48BDB1 (or 0x48BDB1) is known color: Puerto Rico. HEX triplet: 48, BD and B1. RGB value is (72,189,177). Sum of RGB (Red+Green+Blue) = 72+189+177=438 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.44% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #48BDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BDB1 is #B7424E. Grayscale: #989898. Windows color (decimal): -12010063 or 11648328. OLE color: 11648328.
HSL color Cylindrical-coordinate representation of color #48BDB1: hue angle of 173.85º degrees, saturation: 0.47, 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 #48BDB1 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 189 | 177 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.26 |
| HSL | 173.85º | 0.47% | 0.51% | - |
| HSV(B) | 173.85º | 0.62% | 0.74% | - |
| XYZ | 28.81 | 40.95 | 47.98 | - |
| YUV | 152.65 | 141.74 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 189 | 177 | 0.62 | 0 | 0.06 | 0.26 | 173.85 | 0.47 | 0.51 |
| Hex | 48 | BD | B1 | 3E | 0 | 6 | 1A | AE | 2F | 33 |
| Octal | 110 | 275 | 261 | 76 | 0 | 6 | 32 | 256 | 57 | 63 |
| Binary | 1001000 | 10111101 | 10110001 | 111110 | 0 | 110 | 11010 | 10101110 | 101111 | 110011 |
Color Harmonies of #48BDB1
Complementary color
Monochromatic Colors of #48BDB1
Black with #48BDB1
Text Example
Text Example
White with #48BDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BDB1; }
p { color: rgb(72,189,177); }
H1.HeaderClassName
{
color: #48BDB1;
}
.AnyTagClassName
{
color: #48BDB1;
}
</style>
background-color css
<style>
a { background-color: #48BDB1; }
a { background-color: rgb(72,189,177); }
div.DivClassName
{
background-color: #48BDB1;
}
.BgClassName
{
background-color: #48BDB1;
}
</style>
border-color css
<style>
span { border-color: #48BDB1; }
span { border-color: rgb(72,189,177); }
td.TdClassName
{
border-color: #48BDB1;
}
.TagClassName
{
border-color: #48BDB1;
}
</style>