Shades of Puerto Rico #48AAA2
Tints of Puerto Rico #48AAA2
RGB
CMYK
RGB Variations
Color information
#48AAA2 (or 0x48AAA2) is known color: Puerto Rico. HEX triplet: 48, AA and A2. RGB value is (72,170,162). Sum of RGB (Red+Green+Blue) = 72+170+162=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #48AAA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AAA2 is #B7555D. Grayscale: #8B8B8B. Windows color (decimal): -12014942 or 10660424. OLE color: 10660424.
HSL color Cylindrical-coordinate representation of color #48AAA2: hue angle of 175.1º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AAA2 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 170 | 162 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.33 |
| HSL | 175.1º | 0.4% | 0.47% | - |
| HSV(B) | 175.1º | 0.58% | 0.67% | - |
| XYZ | 23.57 | 32.74 | 39.26 | - |
| YUV | 139.79 | 140.53 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 170 | 162 | 0.58 | 0 | 0.05 | 0.33 | 175.1 | 0.4 | 0.47 |
| Hex | 48 | AA | A2 | 3A | 0 | 5 | 21 | AF | 28 | 2F |
| Octal | 110 | 252 | 242 | 72 | 0 | 5 | 41 | 257 | 50 | 57 |
| Binary | 1001000 | 10101010 | 10100010 | 111010 | 0 | 101 | 100001 | 10101111 | 101000 | 101111 |
Color Harmonies of #48AAA2
Complementary color
Monochromatic Colors of #48AAA2
Black with #48AAA2
Text Example
Text Example
White with #48AAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AAA2; }
p { color: rgb(72,170,162); }
H1.HeaderClassName
{
color: #48AAA2;
}
.AnyTagClassName
{
color: #48AAA2;
}
</style>
background-color css
<style>
a { background-color: #48AAA2; }
a { background-color: rgb(72,170,162); }
div.DivClassName
{
background-color: #48AAA2;
}
.BgClassName
{
background-color: #48AAA2;
}
</style>
border-color css
<style>
span { border-color: #48AAA2; }
span { border-color: rgb(72,170,162); }
td.TdClassName
{
border-color: #48AAA2;
}
.TagClassName
{
border-color: #48AAA2;
}
</style>