Shades of Puerto Rico #48C49F
Tints of Puerto Rico #48C49F
RGB
CMYK
RGB Variations
Color information
#48C49F (or 0x48C49F) is known color: Puerto Rico. HEX triplet: 48, C4 and 9F. RGB value is (72,196,159). Sum of RGB (Red+Green+Blue) = 72+196+159=427 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.86% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 196 - color contains mainly: green. Hex color #48C49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C49F is #B73B60. Grayscale: #9A9A9A. Windows color (decimal): -12008289 or 10470472. OLE color: 10470472.
HSL color Cylindrical-coordinate representation of color #48C49F: hue angle of 162.1º degrees, saturation: 0.51, 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 #48C49F is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 196 | 159 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.23 |
| HSL | 162.1º | 0.51% | 0.53% | - |
| HSV(B) | 162.1º | 0.63% | 0.77% | - |
| XYZ | 28.67 | 43.36 | 39.66 | - |
| YUV | 154.71 | 130.42 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 196 | 159 | 0.63 | 0 | 0.19 | 0.23 | 162.1 | 0.51 | 0.53 |
| Hex | 48 | C4 | 9F | 3F | 0 | 13 | 17 | A2 | 33 | 35 |
| Octal | 110 | 304 | 237 | 77 | 0 | 23 | 27 | 242 | 63 | 65 |
| Binary | 1001000 | 11000100 | 10011111 | 111111 | 0 | 10011 | 10111 | 10100010 | 110011 | 110101 |
Color Harmonies of #48C49F
Complementary color
Monochromatic Colors of #48C49F
Black with #48C49F
Text Example
Text Example
White with #48C49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C49F; }
p { color: rgb(72,196,159); }
H1.HeaderClassName
{
color: #48C49F;
}
.AnyTagClassName
{
color: #48C49F;
}
</style>
background-color css
<style>
a { background-color: #48C49F; }
a { background-color: rgb(72,196,159); }
div.DivClassName
{
background-color: #48C49F;
}
.BgClassName
{
background-color: #48C49F;
}
</style>
border-color css
<style>
span { border-color: #48C49F; }
span { border-color: rgb(72,196,159); }
td.TdClassName
{
border-color: #48C49F;
}
.TagClassName
{
border-color: #48C49F;
}
</style>