Shades of Puerto Rico #48CCB2
Tints of Puerto Rico #48CCB2
RGB
CMYK
RGB Variations
Color information
#48CCB2 (or 0x48CCB2) is known color: Puerto Rico. HEX triplet: 48, CC and B2. RGB value is (72,204,178). Sum of RGB (Red+Green+Blue) = 72+204+178=454 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.86% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #48CCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CCB2 is #B7334D. Grayscale: #A1A1A1. Windows color (decimal): -12006222 or 11717704. OLE color: 11717704.
HSL color Cylindrical-coordinate representation of color #48CCB2: hue angle of 168.18º 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 #48CCB2 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 204 | 178 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.2 |
| HSL | 168.18º | 0.56% | 0.54% | - |
| HSV(B) | 168.18º | 0.65% | 0.8% | - |
| XYZ | 32.3 | 47.78 | 49.64 | - |
| YUV | 161.57 | 137.27 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 204 | 178 | 0.65 | 0 | 0.13 | 0.2 | 168.18 | 0.56 | 0.54 |
| Hex | 48 | CC | B2 | 41 | 0 | D | 14 | A8 | 38 | 36 |
| Octal | 110 | 314 | 262 | 101 | 0 | 15 | 24 | 250 | 70 | 66 |
| Binary | 1001000 | 11001100 | 10110010 | 1000001 | 0 | 1101 | 10100 | 10101000 | 111000 | 110110 |
Color Harmonies of #48CCB2
Complementary color
Monochromatic Colors of #48CCB2
Black with #48CCB2
Text Example
Text Example
White with #48CCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CCB2; }
p { color: rgb(72,204,178); }
H1.HeaderClassName
{
color: #48CCB2;
}
.AnyTagClassName
{
color: #48CCB2;
}
</style>
background-color css
<style>
a { background-color: #48CCB2; }
a { background-color: rgb(72,204,178); }
div.DivClassName
{
background-color: #48CCB2;
}
.BgClassName
{
background-color: #48CCB2;
}
</style>
border-color css
<style>
span { border-color: #48CCB2; }
span { border-color: rgb(72,204,178); }
td.TdClassName
{
border-color: #48CCB2;
}
.TagClassName
{
border-color: #48CCB2;
}
</style>