Shades of Puerto Rico #4BBCB5
Tints of Puerto Rico #4BBCB5
RGB
CMYK
RGB Variations
Color information
#4BBCB5 (or 0x4BBCB5) is known color: Puerto Rico. HEX triplet: 4B, BC and B5. RGB value is (75,188,181). Sum of RGB (Red+Green+Blue) = 75+188+181=444 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.89% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBCB5 is #B4434A. Grayscale: #999999. Windows color (decimal): -11813707 or 11910219. OLE color: 11910219.
HSL color Cylindrical-coordinate representation of color #4BBCB5: hue angle of 176.28º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBCB5 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 181 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.26 |
| HSL | 176.28º | 0.46% | 0.52% | - |
| HSV(B) | 176.28º | 0.6% | 0.74% | - |
| XYZ | 29.23 | 40.8 | 50.05 | - |
| YUV | 153.42 | 143.56 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 181 | 0.60 | 0 | 0.04 | 0.26 | 176.28 | 0.46 | 0.52 |
| Hex | 4B | BC | B5 | 3C | 0 | 4 | 1A | B0 | 2E | 34 |
| Octal | 113 | 274 | 265 | 74 | 0 | 4 | 32 | 260 | 56 | 64 |
| Binary | 1001011 | 10111100 | 10110101 | 111100 | 0 | 100 | 11010 | 10110000 | 101110 | 110100 |
Color Harmonies of #4BBCB5
Complementary color
Monochromatic Colors of #4BBCB5
Black with #4BBCB5
Text Example
Text Example
White with #4BBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBCB5; }
p { color: rgb(75,188,181); }
H1.HeaderClassName
{
color: #4BBCB5;
}
.AnyTagClassName
{
color: #4BBCB5;
}
</style>
background-color css
<style>
a { background-color: #4BBCB5; }
a { background-color: rgb(75,188,181); }
div.DivClassName
{
background-color: #4BBCB5;
}
.BgClassName
{
background-color: #4BBCB5;
}
</style>
border-color css
<style>
span { border-color: #4BBCB5; }
span { border-color: rgb(75,188,181); }
td.TdClassName
{
border-color: #4BBCB5;
}
.TagClassName
{
border-color: #4BBCB5;
}
</style>