Shades of Puerto Rico #48AA9A
Tints of Puerto Rico #48AA9A
RGB
CMYK
RGB Variations
Color information
#48AA9A (or 0x48AA9A) is known color: Puerto Rico. HEX triplet: 48, AA and 9A. RGB value is (72,170,154). Sum of RGB (Red+Green+Blue) = 72+170+154=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AA9A is #B75565. Grayscale: #8A8A8A. Windows color (decimal): -12014950 or 10136136. OLE color: 10136136.
HSL color Cylindrical-coordinate representation of color #48AA9A: hue angle of 170.2º 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 #48AA9A is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 170 | 154 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.33 |
| HSL | 170.2º | 0.4% | 0.47% | - |
| HSV(B) | 170.2º | 0.58% | 0.67% | - |
| XYZ | 22.88 | 32.46 | 35.63 | - |
| YUV | 138.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 170 | 154 | 0.58 | 0 | 0.09 | 0.33 | 170.2 | 0.4 | 0.47 |
| Hex | 48 | AA | 9A | 3A | 0 | 9 | 21 | AA | 28 | 2F |
| Octal | 110 | 252 | 232 | 72 | 0 | 11 | 41 | 252 | 50 | 57 |
| Binary | 1001000 | 10101010 | 10011010 | 111010 | 0 | 1001 | 100001 | 10101010 | 101000 | 101111 |
Color Harmonies of #48AA9A
Complementary color
Monochromatic Colors of #48AA9A
Black with #48AA9A
Text Example
Text Example
White with #48AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AA9A; }
p { color: rgb(72,170,154); }
H1.HeaderClassName
{
color: #48AA9A;
}
.AnyTagClassName
{
color: #48AA9A;
}
</style>
background-color css
<style>
a { background-color: #48AA9A; }
a { background-color: rgb(72,170,154); }
div.DivClassName
{
background-color: #48AA9A;
}
.BgClassName
{
background-color: #48AA9A;
}
</style>
border-color css
<style>
span { border-color: #48AA9A; }
span { border-color: rgb(72,170,154); }
td.TdClassName
{
border-color: #48AA9A;
}
.TagClassName
{
border-color: #48AA9A;
}
</style>