Shades of Puerto Rico #48BAA4
Tints of Puerto Rico #48BAA4
RGB
CMYK
RGB Variations
Color information
#48BAA4 (or 0x48BAA4) is known color: Puerto Rico. HEX triplet: 48, BA and A4. RGB value is (72,186,164). Sum of RGB (Red+Green+Blue) = 72+186+164=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #48BAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BAA4 is #B7455B. Grayscale: #959595. Windows color (decimal): -12010844 or 10795592. OLE color: 10795592.
HSL color Cylindrical-coordinate representation of color #48BAA4: hue angle of 168.42º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48BAA4 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 186 | 164 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.27 |
| HSL | 168.42º | 0.45% | 0.51% | - |
| HSV(B) | 168.42º | 0.61% | 0.73% | - |
| XYZ | 26.93 | 39.18 | 41.26 | - |
| YUV | 149.41 | 136.23 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 186 | 164 | 0.61 | 0 | 0.12 | 0.27 | 168.42 | 0.45 | 0.51 |
| Hex | 48 | BA | A4 | 3D | 0 | C | 1B | A8 | 2D | 33 |
| Octal | 110 | 272 | 244 | 75 | 0 | 14 | 33 | 250 | 55 | 63 |
| Binary | 1001000 | 10111010 | 10100100 | 111101 | 0 | 1100 | 11011 | 10101000 | 101101 | 110011 |
Color Harmonies of #48BAA4
Complementary color
Monochromatic Colors of #48BAA4
Black with #48BAA4
Text Example
Text Example
White with #48BAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BAA4; }
p { color: rgb(72,186,164); }
H1.HeaderClassName
{
color: #48BAA4;
}
.AnyTagClassName
{
color: #48BAA4;
}
</style>
background-color css
<style>
a { background-color: #48BAA4; }
a { background-color: rgb(72,186,164); }
div.DivClassName
{
background-color: #48BAA4;
}
.BgClassName
{
background-color: #48BAA4;
}
</style>
border-color css
<style>
span { border-color: #48BAA4; }
span { border-color: rgb(72,186,164); }
td.TdClassName
{
border-color: #48BAA4;
}
.TagClassName
{
border-color: #48BAA4;
}
</style>