Shades of Puerto Rico #4BBC9C
Tints of Puerto Rico #4BBC9C
RGB
CMYK
RGB Variations
Color information
#4BBC9C (or 0x4BBC9C) is known color: Puerto Rico. HEX triplet: 4B, BC and 9C. RGB value is (75,188,156). Sum of RGB (Red+Green+Blue) = 75+188+156=419 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.90% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBC9C is #B44363. Grayscale: #969696. Windows color (decimal): -11813732 or 10271819. OLE color: 10271819.
HSL color Cylindrical-coordinate representation of color #4BBC9C: hue angle of 163.01º 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 #4BBC9C is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 156 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.26 |
| HSL | 163.01º | 0.46% | 0.52% | - |
| HSV(B) | 163.01º | 0.6% | 0.74% | - |
| XYZ | 26.89 | 39.86 | 37.73 | - |
| YUV | 150.57 | 131.06 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 156 | 0.60 | 0 | 0.17 | 0.26 | 163.01 | 0.46 | 0.52 |
| Hex | 4B | BC | 9C | 3C | 0 | 11 | 1A | A3 | 2E | 34 |
| Octal | 113 | 274 | 234 | 74 | 0 | 21 | 32 | 243 | 56 | 64 |
| Binary | 1001011 | 10111100 | 10011100 | 111100 | 0 | 10001 | 11010 | 10100011 | 101110 | 110100 |
Color Harmonies of #4BBC9C
Complementary color
Monochromatic Colors of #4BBC9C
Black with #4BBC9C
Text Example
Text Example
White with #4BBC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBC9C; }
p { color: rgb(75,188,156); }
H1.HeaderClassName
{
color: #4BBC9C;
}
.AnyTagClassName
{
color: #4BBC9C;
}
</style>
background-color css
<style>
a { background-color: #4BBC9C; }
a { background-color: rgb(75,188,156); }
div.DivClassName
{
background-color: #4BBC9C;
}
.BgClassName
{
background-color: #4BBC9C;
}
</style>
border-color css
<style>
span { border-color: #4BBC9C; }
span { border-color: rgb(75,188,156); }
td.TdClassName
{
border-color: #4BBC9C;
}
.TagClassName
{
border-color: #4BBC9C;
}
</style>