Shades of Puerto Rico #48BCA4
Tints of Puerto Rico #48BCA4
RGB
CMYK
RGB Variations
Color information
#48BCA4 (or 0x48BCA4) is known color: Puerto Rico. HEX triplet: 48, BC and A4. RGB value is (72,188,164). Sum of RGB (Red+Green+Blue) = 72+188+164=424 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.98% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #48BCA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BCA4 is #B7435B. Grayscale: #969696. Windows color (decimal): -12010332 or 10796104. OLE color: 10796104.
HSL color Cylindrical-coordinate representation of color #48BCA4: hue angle of 167.59º 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 #48BCA4 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 188 | 164 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.26 |
| HSL | 167.59º | 0.46% | 0.51% | - |
| HSV(B) | 167.59º | 0.62% | 0.74% | - |
| XYZ | 27.36 | 40.02 | 41.41 | - |
| YUV | 150.58 | 135.57 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 164 | 0.62 | 0 | 0.13 | 0.26 | 167.59 | 0.46 | 0.51 |
| Hex | 48 | BC | A4 | 3E | 0 | D | 1A | A8 | 2E | 33 |
| Octal | 110 | 274 | 244 | 76 | 0 | 15 | 32 | 250 | 56 | 63 |
| Binary | 1001000 | 10111100 | 10100100 | 111110 | 0 | 1101 | 11010 | 10101000 | 101110 | 110011 |
Color Harmonies of #48BCA4
Complementary color
Monochromatic Colors of #48BCA4
Black with #48BCA4
Text Example
Text Example
White with #48BCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BCA4; }
p { color: rgb(72,188,164); }
H1.HeaderClassName
{
color: #48BCA4;
}
.AnyTagClassName
{
color: #48BCA4;
}
</style>
background-color css
<style>
a { background-color: #48BCA4; }
a { background-color: rgb(72,188,164); }
div.DivClassName
{
background-color: #48BCA4;
}
.BgClassName
{
background-color: #48BCA4;
}
</style>
border-color css
<style>
span { border-color: #48BCA4; }
span { border-color: rgb(72,188,164); }
td.TdClassName
{
border-color: #48BCA4;
}
.TagClassName
{
border-color: #48BCA4;
}
</style>