Shades of Puerto Rico #48AD9B
Tints of Puerto Rico #48AD9B
RGB
CMYK
RGB Variations
Color information
#48AD9B (or 0x48AD9B) is known color: Puerto Rico. HEX triplet: 48, AD and 9B. RGB value is (72,173,155). Sum of RGB (Red+Green+Blue) = 72+173+155=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AD9B is #B75264. Grayscale: #8C8C8C. Windows color (decimal): -12014181 or 10202440. OLE color: 10202440.
HSL color Cylindrical-coordinate representation of color #48AD9B: hue angle of 169.31º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AD9B is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 173 | 155 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.32 |
| HSL | 169.31º | 0.41% | 0.48% | - |
| HSV(B) | 169.31º | 0.58% | 0.68% | - |
| XYZ | 23.53 | 33.63 | 36.26 | - |
| YUV | 140.75 | 136.04 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 155 | 0.58 | 0 | 0.10 | 0.32 | 169.31 | 0.41 | 0.48 |
| Hex | 48 | AD | 9B | 3A | 0 | A | 20 | A9 | 29 | 30 |
| Octal | 110 | 255 | 233 | 72 | 0 | 12 | 40 | 251 | 51 | 60 |
| Binary | 1001000 | 10101101 | 10011011 | 111010 | 0 | 1010 | 100000 | 10101001 | 101001 | 110000 |
Color Harmonies of #48AD9B
Complementary color
Monochromatic Colors of #48AD9B
Black with #48AD9B
Text Example
Text Example
White with #48AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AD9B; }
p { color: rgb(72,173,155); }
H1.HeaderClassName
{
color: #48AD9B;
}
.AnyTagClassName
{
color: #48AD9B;
}
</style>
background-color css
<style>
a { background-color: #48AD9B; }
a { background-color: rgb(72,173,155); }
div.DivClassName
{
background-color: #48AD9B;
}
.BgClassName
{
background-color: #48AD9B;
}
</style>
border-color css
<style>
span { border-color: #48AD9B; }
span { border-color: rgb(72,173,155); }
td.TdClassName
{
border-color: #48AD9B;
}
.TagClassName
{
border-color: #48AD9B;
}
</style>