Shades of Puerto Rico #48BE9D
Tints of Puerto Rico #48BE9D
RGB
CMYK
RGB Variations
Color information
#48BE9D (or 0x48BE9D) is known color: Puerto Rico. HEX triplet: 48, BE and 9D. RGB value is (72,190,157). Sum of RGB (Red+Green+Blue) = 72+190+157=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BE9D is #B74162. Grayscale: #969696. Windows color (decimal): -12009827 or 10337864. OLE color: 10337864.
HSL color Cylindrical-coordinate representation of color #48BE9D: hue angle of 163.22º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BE9D is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 190 | 157 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.25 |
| HSL | 163.22º | 0.48% | 0.51% | - |
| HSV(B) | 163.22º | 0.62% | 0.75% | - |
| XYZ | 27.17 | 40.64 | 38.31 | - |
| YUV | 150.96 | 131.41 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 190 | 157 | 0.62 | 0 | 0.17 | 0.25 | 163.22 | 0.48 | 0.51 |
| Hex | 48 | BE | 9D | 3E | 0 | 11 | 19 | A3 | 30 | 33 |
| Octal | 110 | 276 | 235 | 76 | 0 | 21 | 31 | 243 | 60 | 63 |
| Binary | 1001000 | 10111110 | 10011101 | 111110 | 0 | 10001 | 11001 | 10100011 | 110000 | 110011 |
Color Harmonies of #48BE9D
Complementary color
Monochromatic Colors of #48BE9D
Black with #48BE9D
Text Example
Text Example
White with #48BE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BE9D; }
p { color: rgb(72,190,157); }
H1.HeaderClassName
{
color: #48BE9D;
}
.AnyTagClassName
{
color: #48BE9D;
}
</style>
background-color css
<style>
a { background-color: #48BE9D; }
a { background-color: rgb(72,190,157); }
div.DivClassName
{
background-color: #48BE9D;
}
.BgClassName
{
background-color: #48BE9D;
}
</style>
border-color css
<style>
span { border-color: #48BE9D; }
span { border-color: rgb(72,190,157); }
td.TdClassName
{
border-color: #48BE9D;
}
.TagClassName
{
border-color: #48BE9D;
}
</style>