Shades of Puerto Rico #4BB896
Tints of Puerto Rico #4BB896
RGB
CMYK
RGB Variations
Color information
#4BB896 (or 0x4BB896) is known color: Puerto Rico. HEX triplet: 4B, B8 and 96. RGB value is (75,184,150). Sum of RGB (Red+Green+Blue) = 75+184+150=409 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.34% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 184 - color contains mainly: green. Hex color #4BB896 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB896 is #B44769. Grayscale: #939393. Windows color (decimal): -11814762 or 9877579. OLE color: 9877579.
HSL color Cylindrical-coordinate representation of color #4BB896: hue angle of 161.28º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB896 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 75 | 184 | 150 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.28 |
| HSL | 161.28º | 0.43% | 0.51% | - |
| HSV(B) | 161.28º | 0.59% | 0.72% | - |
| XYZ | 25.55 | 37.98 | 34.84 | - |
| YUV | 147.53 | 129.39 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 184 | 150 | 0.59 | 0 | 0.18 | 0.28 | 161.28 | 0.43 | 0.51 |
| Hex | 4B | B8 | 96 | 3B | 0 | 12 | 1C | A1 | 2B | 33 |
| Octal | 113 | 270 | 226 | 73 | 0 | 22 | 34 | 241 | 53 | 63 |
| Binary | 1001011 | 10111000 | 10010110 | 111011 | 0 | 10010 | 11100 | 10100001 | 101011 | 110011 |
Color Harmonies of #4BB896
Complementary color
Monochromatic Colors of #4BB896
Black with #4BB896
Text Example
Text Example
White with #4BB896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB896; }
p { color: rgb(75,184,150); }
H1.HeaderClassName
{
color: #4BB896;
}
.AnyTagClassName
{
color: #4BB896;
}
</style>
background-color css
<style>
a { background-color: #4BB896; }
a { background-color: rgb(75,184,150); }
div.DivClassName
{
background-color: #4BB896;
}
.BgClassName
{
background-color: #4BB896;
}
</style>
border-color css
<style>
span { border-color: #4BB896; }
span { border-color: rgb(75,184,150); }
td.TdClassName
{
border-color: #4BB896;
}
.TagClassName
{
border-color: #4BB896;
}
</style>