Shades of Puerto Rico #48C09B
Tints of Puerto Rico #48C09B
RGB
CMYK
RGB Variations
Color information
#48C09B (or 0x48C09B) is known color: Puerto Rico. HEX triplet: 48, C0 and 9B. RGB value is (72,192,155). Sum of RGB (Red+Green+Blue) = 72+192+155=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #48C09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C09B is #B73F64. Grayscale: #979797. Windows color (decimal): -12009317 or 10207304. OLE color: 10207304.
HSL color Cylindrical-coordinate representation of color #48C09B: hue angle of 161.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48C09B is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 192 | 155 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.25 |
| HSL | 161.5º | 0.49% | 0.52% | - |
| HSV(B) | 161.5º | 0.63% | 0.75% | - |
| XYZ | 27.44 | 41.44 | 37.56 | - |
| YUV | 151.9 | 129.74 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 155 | 0.63 | 0 | 0.19 | 0.25 | 161.5 | 0.49 | 0.52 |
| Hex | 48 | C0 | 9B | 3F | 0 | 13 | 19 | A2 | 31 | 34 |
| Octal | 110 | 300 | 233 | 77 | 0 | 23 | 31 | 242 | 61 | 64 |
| Binary | 1001000 | 11000000 | 10011011 | 111111 | 0 | 10011 | 11001 | 10100010 | 110001 | 110100 |
Color Harmonies of #48C09B
Complementary color
Monochromatic Colors of #48C09B
Black with #48C09B
Text Example
Text Example
White with #48C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C09B; }
p { color: rgb(72,192,155); }
H1.HeaderClassName
{
color: #48C09B;
}
.AnyTagClassName
{
color: #48C09B;
}
</style>
background-color css
<style>
a { background-color: #48C09B; }
a { background-color: rgb(72,192,155); }
div.DivClassName
{
background-color: #48C09B;
}
.BgClassName
{
background-color: #48C09B;
}
</style>
border-color css
<style>
span { border-color: #48C09B; }
span { border-color: rgb(72,192,155); }
td.TdClassName
{
border-color: #48C09B;
}
.TagClassName
{
border-color: #48C09B;
}
</style>