Shades of Puerto Rico #48CFB1
Tints of Puerto Rico #48CFB1
RGB
CMYK
RGB Variations
Color information
#48CFB1 (or 0x48CFB1) is known color: Puerto Rico. HEX triplet: 48, CF and B1. RGB value is (72,207,177). Sum of RGB (Red+Green+Blue) = 72+207+177=456 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.79% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #48CFB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CFB1 is #B7304E. Grayscale: #A3A3A3. Windows color (decimal): -12005455 or 11652936. OLE color: 11652936.
HSL color Cylindrical-coordinate representation of color #48CFB1: hue angle of 166.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CFB1 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 207 | 177 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.19 |
| HSL | 166.67º | 0.58% | 0.55% | - |
| HSV(B) | 166.67º | 0.65% | 0.81% | - |
| XYZ | 32.92 | 49.18 | 49.35 | - |
| YUV | 163.22 | 135.77 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 177 | 0.65 | 0 | 0.14 | 0.19 | 166.67 | 0.58 | 0.55 |
| Hex | 48 | CF | B1 | 41 | 0 | E | 13 | A7 | 3A | 37 |
| Octal | 110 | 317 | 261 | 101 | 0 | 16 | 23 | 247 | 72 | 67 |
| Binary | 1001000 | 11001111 | 10110001 | 1000001 | 0 | 1110 | 10011 | 10100111 | 111010 | 110111 |
Color Harmonies of #48CFB1
Complementary color
Monochromatic Colors of #48CFB1
Black with #48CFB1
Text Example
Text Example
White with #48CFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CFB1; }
p { color: rgb(72,207,177); }
H1.HeaderClassName
{
color: #48CFB1;
}
.AnyTagClassName
{
color: #48CFB1;
}
</style>
background-color css
<style>
a { background-color: #48CFB1; }
a { background-color: rgb(72,207,177); }
div.DivClassName
{
background-color: #48CFB1;
}
.BgClassName
{
background-color: #48CFB1;
}
</style>
border-color css
<style>
span { border-color: #48CFB1; }
span { border-color: rgb(72,207,177); }
td.TdClassName
{
border-color: #48CFB1;
}
.TagClassName
{
border-color: #48CFB1;
}
</style>