Shades of Puerto Rico #4BBBB2
Tints of Puerto Rico #4BBBB2
RGB
CMYK
RGB Variations
Color information
#4BBBB2 (or 0x4BBBB2) is known color: Puerto Rico. HEX triplet: 4B, BB and B2. RGB value is (75,187,178). Sum of RGB (Red+Green+Blue) = 75+187+178=440 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.05% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #4BBBB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBBB2 is #B4444D. Grayscale: #989898. Windows color (decimal): -11813966 or 11713355. OLE color: 11713355.
HSL color Cylindrical-coordinate representation of color #4BBBB2: hue angle of 175.18º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBBB2 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 187 | 178 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.27 |
| HSL | 175.18º | 0.45% | 0.51% | - |
| HSV(B) | 175.18º | 0.6% | 0.73% | - |
| XYZ | 28.71 | 40.25 | 48.38 | - |
| YUV | 152.49 | 142.39 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 187 | 178 | 0.60 | 0 | 0.05 | 0.27 | 175.18 | 0.45 | 0.51 |
| Hex | 4B | BB | B2 | 3C | 0 | 5 | 1B | AF | 2D | 33 |
| Octal | 113 | 273 | 262 | 74 | 0 | 5 | 33 | 257 | 55 | 63 |
| Binary | 1001011 | 10111011 | 10110010 | 111100 | 0 | 101 | 11011 | 10101111 | 101101 | 110011 |
Color Harmonies of #4BBBB2
Complementary color
Monochromatic Colors of #4BBBB2
Black with #4BBBB2
Text Example
Text Example
White with #4BBBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBBB2; }
p { color: rgb(75,187,178); }
H1.HeaderClassName
{
color: #4BBBB2;
}
.AnyTagClassName
{
color: #4BBBB2;
}
</style>
background-color css
<style>
a { background-color: #4BBBB2; }
a { background-color: rgb(75,187,178); }
div.DivClassName
{
background-color: #4BBBB2;
}
.BgClassName
{
background-color: #4BBBB2;
}
</style>
border-color css
<style>
span { border-color: #4BBBB2; }
span { border-color: rgb(75,187,178); }
td.TdClassName
{
border-color: #4BBBB2;
}
.TagClassName
{
border-color: #4BBBB2;
}
</style>