Shades of Puerto Rico #48CCB0
Tints of Puerto Rico #48CCB0
RGB
CMYK
RGB Variations
Color information
#48CCB0 (or 0x48CCB0) is known color: Puerto Rico. HEX triplet: 48, CC and B0. RGB value is (72,204,176). Sum of RGB (Red+Green+Blue) = 72+204+176=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #48CCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CCB0 is #B7334F. Grayscale: #A1A1A1. Windows color (decimal): -12006224 or 11586632. OLE color: 11586632.
HSL color Cylindrical-coordinate representation of color #48CCB0: hue angle of 167.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CCB0 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 204 | 176 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.2 |
| HSL | 167.27º | 0.56% | 0.54% | - |
| HSV(B) | 167.27º | 0.65% | 0.8% | - |
| XYZ | 32.1 | 47.7 | 48.59 | - |
| YUV | 161.34 | 136.27 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 204 | 176 | 0.65 | 0 | 0.14 | 0.2 | 167.27 | 0.56 | 0.54 |
| Hex | 48 | CC | B0 | 41 | 0 | E | 14 | A7 | 38 | 36 |
| Octal | 110 | 314 | 260 | 101 | 0 | 16 | 24 | 247 | 70 | 66 |
| Binary | 1001000 | 11001100 | 10110000 | 1000001 | 0 | 1110 | 10100 | 10100111 | 111000 | 110110 |
Color Harmonies of #48CCB0
Complementary color
Monochromatic Colors of #48CCB0
Black with #48CCB0
Text Example
Text Example
White with #48CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CCB0; }
p { color: rgb(72,204,176); }
H1.HeaderClassName
{
color: #48CCB0;
}
.AnyTagClassName
{
color: #48CCB0;
}
</style>
background-color css
<style>
a { background-color: #48CCB0; }
a { background-color: rgb(72,204,176); }
div.DivClassName
{
background-color: #48CCB0;
}
.BgClassName
{
background-color: #48CCB0;
}
</style>
border-color css
<style>
span { border-color: #48CCB0; }
span { border-color: rgb(72,204,176); }
td.TdClassName
{
border-color: #48CCB0;
}
.TagClassName
{
border-color: #48CCB0;
}
</style>