Shades of Puerto Rico #4BBEB0
Tints of Puerto Rico #4BBEB0
RGB
CMYK
RGB Variations
Color information
#4BBEB0 (or 0x4BBEB0) is known color: Puerto Rico. HEX triplet: 4B, BE and B0. RGB value is (75,190,176). Sum of RGB (Red+Green+Blue) = 75+190+176=441 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.01% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBEB0 is #B4414F. Grayscale: #999999. Windows color (decimal): -11813200 or 11583051. OLE color: 11583051.
HSL color Cylindrical-coordinate representation of color #4BBEB0: hue angle of 172.7º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBEB0 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 190 | 176 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.25 |
| HSL | 172.7º | 0.47% | 0.52% | - |
| HSV(B) | 172.7º | 0.61% | 0.75% | - |
| XYZ | 29.15 | 41.46 | 47.54 | - |
| YUV | 154.02 | 140.4 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 190 | 176 | 0.61 | 0 | 0.07 | 0.25 | 172.7 | 0.47 | 0.52 |
| Hex | 4B | BE | B0 | 3D | 0 | 7 | 19 | AD | 2F | 34 |
| Octal | 113 | 276 | 260 | 75 | 0 | 7 | 31 | 255 | 57 | 64 |
| Binary | 1001011 | 10111110 | 10110000 | 111101 | 0 | 111 | 11001 | 10101101 | 101111 | 110100 |
Color Harmonies of #4BBEB0
Complementary color
Monochromatic Colors of #4BBEB0
Black with #4BBEB0
Text Example
Text Example
White with #4BBEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBEB0; }
p { color: rgb(75,190,176); }
H1.HeaderClassName
{
color: #4BBEB0;
}
.AnyTagClassName
{
color: #4BBEB0;
}
</style>
background-color css
<style>
a { background-color: #4BBEB0; }
a { background-color: rgb(75,190,176); }
div.DivClassName
{
background-color: #4BBEB0;
}
.BgClassName
{
background-color: #4BBEB0;
}
</style>
border-color css
<style>
span { border-color: #4BBEB0; }
span { border-color: rgb(75,190,176); }
td.TdClassName
{
border-color: #4BBEB0;
}
.TagClassName
{
border-color: #4BBEB0;
}
</style>