Shades of Puerto Rico #4BBD96
Tints of Puerto Rico #4BBD96
RGB
CMYK
RGB Variations
Color information
#4BBD96 (or 0x4BBD96) is known color: Puerto Rico. HEX triplet: 4B, BD and 96. RGB value is (75,189,150). Sum of RGB (Red+Green+Blue) = 75+189+150=414 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.12% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBD96 is #B44269. Grayscale: #969696. Windows color (decimal): -11813482 or 9878859. OLE color: 9878859.
HSL color Cylindrical-coordinate representation of color #4BBD96: hue angle of 159.47º 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 #4BBD96 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 189 | 150 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.26 |
| HSL | 159.47º | 0.46% | 0.52% | - |
| HSV(B) | 159.47º | 0.6% | 0.74% | - |
| XYZ | 26.6 | 40.09 | 35.19 | - |
| YUV | 150.47 | 127.73 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 189 | 150 | 0.60 | 0 | 0.21 | 0.26 | 159.47 | 0.46 | 0.52 |
| Hex | 4B | BD | 96 | 3C | 0 | 15 | 1A | 9F | 2E | 34 |
| Octal | 113 | 275 | 226 | 74 | 0 | 25 | 32 | 237 | 56 | 64 |
| Binary | 1001011 | 10111101 | 10010110 | 111100 | 0 | 10101 | 11010 | 10011111 | 101110 | 110100 |
Color Harmonies of #4BBD96
Complementary color
Monochromatic Colors of #4BBD96
Black with #4BBD96
Text Example
Text Example
White with #4BBD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBD96; }
p { color: rgb(75,189,150); }
H1.HeaderClassName
{
color: #4BBD96;
}
.AnyTagClassName
{
color: #4BBD96;
}
</style>
background-color css
<style>
a { background-color: #4BBD96; }
a { background-color: rgb(75,189,150); }
div.DivClassName
{
background-color: #4BBD96;
}
.BgClassName
{
background-color: #4BBD96;
}
</style>
border-color css
<style>
span { border-color: #4BBD96; }
span { border-color: rgb(75,189,150); }
td.TdClassName
{
border-color: #4BBD96;
}
.TagClassName
{
border-color: #4BBD96;
}
</style>