Shades of Puerto Rico #48C5A0
Tints of Puerto Rico #48C5A0
RGB
CMYK
RGB Variations
Color information
#48C5A0 (or 0x48C5A0) is known color: Puerto Rico. HEX triplet: 48, C5 and A0. RGB value is (72,197,160). Sum of RGB (Red+Green+Blue) = 72+197+160=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 197 - color contains mainly: green. Hex color #48C5A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C5A0 is #B73A5F. Grayscale: #9B9B9B. Windows color (decimal): -12008032 or 10536264. OLE color: 10536264.
HSL color Cylindrical-coordinate representation of color #48C5A0: hue angle of 162.24º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C5A0 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 197 | 160 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.23 |
| HSL | 162.24º | 0.52% | 0.53% | - |
| HSV(B) | 162.24º | 0.63% | 0.77% | - |
| XYZ | 28.98 | 43.85 | 40.19 | - |
| YUV | 155.41 | 130.59 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 197 | 160 | 0.63 | 0 | 0.19 | 0.23 | 162.24 | 0.52 | 0.53 |
| Hex | 48 | C5 | A0 | 3F | 0 | 13 | 17 | A2 | 34 | 35 |
| Octal | 110 | 305 | 240 | 77 | 0 | 23 | 27 | 242 | 64 | 65 |
| Binary | 1001000 | 11000101 | 10100000 | 111111 | 0 | 10011 | 10111 | 10100010 | 110100 | 110101 |
Color Harmonies of #48C5A0
Complementary color
Monochromatic Colors of #48C5A0
Black with #48C5A0
Text Example
Text Example
White with #48C5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C5A0; }
p { color: rgb(72,197,160); }
H1.HeaderClassName
{
color: #48C5A0;
}
.AnyTagClassName
{
color: #48C5A0;
}
</style>
background-color css
<style>
a { background-color: #48C5A0; }
a { background-color: rgb(72,197,160); }
div.DivClassName
{
background-color: #48C5A0;
}
.BgClassName
{
background-color: #48C5A0;
}
</style>
border-color css
<style>
span { border-color: #48C5A0; }
span { border-color: rgb(72,197,160); }
td.TdClassName
{
border-color: #48C5A0;
}
.TagClassName
{
border-color: #48C5A0;
}
</style>