Shades of Puerto Rico #48AAA0
Tints of Puerto Rico #48AAA0
RGB
CMYK
RGB Variations
Color information
#48AAA0 (or 0x48AAA0) is known color: Puerto Rico. HEX triplet: 48, AA and A0. RGB value is (72,170,160). Sum of RGB (Red+Green+Blue) = 72+170+160=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #48AAA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AAA0 is #B7555F. Grayscale: #8B8B8B. Windows color (decimal): -12014944 or 10529352. OLE color: 10529352.
HSL color Cylindrical-coordinate representation of color #48AAA0: hue angle of 173.88º 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 #48AAA0 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 170 | 160 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.33 |
| HSL | 173.88º | 0.4% | 0.47% | - |
| HSV(B) | 173.88º | 0.58% | 0.67% | - |
| XYZ | 23.39 | 32.67 | 38.33 | - |
| YUV | 139.56 | 139.53 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 170 | 160 | 0.58 | 0 | 0.06 | 0.33 | 173.88 | 0.4 | 0.47 |
| Hex | 48 | AA | A0 | 3A | 0 | 6 | 21 | AE | 28 | 2F |
| Octal | 110 | 252 | 240 | 72 | 0 | 6 | 41 | 256 | 50 | 57 |
| Binary | 1001000 | 10101010 | 10100000 | 111010 | 0 | 110 | 100001 | 10101110 | 101000 | 101111 |
Color Harmonies of #48AAA0
Complementary color
Monochromatic Colors of #48AAA0
Black with #48AAA0
Text Example
Text Example
White with #48AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AAA0; }
p { color: rgb(72,170,160); }
H1.HeaderClassName
{
color: #48AAA0;
}
.AnyTagClassName
{
color: #48AAA0;
}
</style>
background-color css
<style>
a { background-color: #48AAA0; }
a { background-color: rgb(72,170,160); }
div.DivClassName
{
background-color: #48AAA0;
}
.BgClassName
{
background-color: #48AAA0;
}
</style>
border-color css
<style>
span { border-color: #48AAA0; }
span { border-color: rgb(72,170,160); }
td.TdClassName
{
border-color: #48AAA0;
}
.TagClassName
{
border-color: #48AAA0;
}
</style>