Shades of Puerto Rico #48B09C
Tints of Puerto Rico #48B09C
RGB
CMYK
RGB Variations
Color information
#48B09C (or 0x48B09C) is known color: Puerto Rico. HEX triplet: 48, B0 and 9C. RGB value is (72,176,156). Sum of RGB (Red+Green+Blue) = 72+176+156=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #48B09C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B09C is #B74F63. Grayscale: #8E8E8E. Windows color (decimal): -12013412 or 10268744. OLE color: 10268744.
HSL color Cylindrical-coordinate representation of color #48B09C: hue angle of 168.46º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48B09C is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 176 | 156 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.31 |
| HSL | 168.46º | 0.42% | 0.49% | - |
| HSV(B) | 168.46º | 0.59% | 0.69% | - |
| XYZ | 24.2 | 34.83 | 36.9 | - |
| YUV | 142.62 | 135.54 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 176 | 156 | 0.59 | 0 | 0.11 | 0.31 | 168.46 | 0.42 | 0.49 |
| Hex | 48 | B0 | 9C | 3B | 0 | B | 1F | A8 | 2A | 31 |
| Octal | 110 | 260 | 234 | 73 | 0 | 13 | 37 | 250 | 52 | 61 |
| Binary | 1001000 | 10110000 | 10011100 | 111011 | 0 | 1011 | 11111 | 10101000 | 101010 | 110001 |
Color Harmonies of #48B09C
Complementary color
Monochromatic Colors of #48B09C
Black with #48B09C
Text Example
Text Example
White with #48B09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B09C; }
p { color: rgb(72,176,156); }
H1.HeaderClassName
{
color: #48B09C;
}
.AnyTagClassName
{
color: #48B09C;
}
</style>
background-color css
<style>
a { background-color: #48B09C; }
a { background-color: rgb(72,176,156); }
div.DivClassName
{
background-color: #48B09C;
}
.BgClassName
{
background-color: #48B09C;
}
</style>
border-color css
<style>
span { border-color: #48B09C; }
span { border-color: rgb(72,176,156); }
td.TdClassName
{
border-color: #48B09C;
}
.TagClassName
{
border-color: #48B09C;
}
</style>