Shades of Puerto Rico #48ABA4
Tints of Puerto Rico #48ABA4
RGB
CMYK
RGB Variations
Color information
#48ABA4 (or 0x48ABA4) is known color: Puerto Rico. HEX triplet: 48, AB and A4. RGB value is (72,171,164). Sum of RGB (Red+Green+Blue) = 72+171+164=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #48ABA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48ABA4 is #B7545B. Grayscale: #8C8C8C. Windows color (decimal): -12014684 or 10791752. OLE color: 10791752.
HSL color Cylindrical-coordinate representation of color #48ABA4: hue angle of 175.76º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48ABA4 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 171 | 164 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.33 |
| HSL | 175.76º | 0.41% | 0.48% | - |
| HSV(B) | 175.76º | 0.58% | 0.67% | - |
| XYZ | 23.94 | 33.18 | 40.27 | - |
| YUV | 140.6 | 141.2 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 171 | 164 | 0.58 | 0 | 0.04 | 0.33 | 175.76 | 0.41 | 0.48 |
| Hex | 48 | AB | A4 | 3A | 0 | 4 | 21 | B0 | 29 | 30 |
| Octal | 110 | 253 | 244 | 72 | 0 | 4 | 41 | 260 | 51 | 60 |
| Binary | 1001000 | 10101011 | 10100100 | 111010 | 0 | 100 | 100001 | 10110000 | 101001 | 110000 |
Color Harmonies of #48ABA4
Complementary color
Monochromatic Colors of #48ABA4
Black with #48ABA4
Text Example
Text Example
White with #48ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ABA4; }
p { color: rgb(72,171,164); }
H1.HeaderClassName
{
color: #48ABA4;
}
.AnyTagClassName
{
color: #48ABA4;
}
</style>
background-color css
<style>
a { background-color: #48ABA4; }
a { background-color: rgb(72,171,164); }
div.DivClassName
{
background-color: #48ABA4;
}
.BgClassName
{
background-color: #48ABA4;
}
</style>
border-color css
<style>
span { border-color: #48ABA4; }
span { border-color: rgb(72,171,164); }
td.TdClassName
{
border-color: #48ABA4;
}
.TagClassName
{
border-color: #48ABA4;
}
</style>