Shades of Puerto Rico #48BA9C
Tints of Puerto Rico #48BA9C
RGB
CMYK
RGB Variations
Color information
#48BA9C (or 0x48BA9C) is known color: Puerto Rico. HEX triplet: 48, BA and 9C. RGB value is (72,186,156). Sum of RGB (Red+Green+Blue) = 72+186+156=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BA9C is #B74563. Grayscale: #949494. Windows color (decimal): -12010852 or 10271304. OLE color: 10271304.
HSL color Cylindrical-coordinate representation of color #48BA9C: hue angle of 164.21º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48BA9C is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 186 | 156 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.27 |
| HSL | 164.21º | 0.45% | 0.51% | - |
| HSV(B) | 164.21º | 0.61% | 0.73% | - |
| XYZ | 26.23 | 38.9 | 37.58 | - |
| YUV | 148.49 | 132.23 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 186 | 156 | 0.61 | 0 | 0.16 | 0.27 | 164.21 | 0.45 | 0.51 |
| Hex | 48 | BA | 9C | 3D | 0 | 10 | 1B | A4 | 2D | 33 |
| Octal | 110 | 272 | 234 | 75 | 0 | 20 | 33 | 244 | 55 | 63 |
| Binary | 1001000 | 10111010 | 10011100 | 111101 | 0 | 10000 | 11011 | 10100100 | 101101 | 110011 |
Color Harmonies of #48BA9C
Complementary color
Monochromatic Colors of #48BA9C
Black with #48BA9C
Text Example
Text Example
White with #48BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BA9C; }
p { color: rgb(72,186,156); }
H1.HeaderClassName
{
color: #48BA9C;
}
.AnyTagClassName
{
color: #48BA9C;
}
</style>
background-color css
<style>
a { background-color: #48BA9C; }
a { background-color: rgb(72,186,156); }
div.DivClassName
{
background-color: #48BA9C;
}
.BgClassName
{
background-color: #48BA9C;
}
</style>
border-color css
<style>
span { border-color: #48BA9C; }
span { border-color: rgb(72,186,156); }
td.TdClassName
{
border-color: #48BA9C;
}
.TagClassName
{
border-color: #48BA9C;
}
</style>