Shades of Puerto Rico #4CB396
Tints of Puerto Rico #4CB396
RGB
CMYK
RGB Variations
Color information
#4CB396 (or 0x4CB396) is known color: Puerto Rico. HEX triplet: 4C, B3 and 96. RGB value is (76,179,150). Sum of RGB (Red+Green+Blue) = 76+179+150=405 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.77% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB396 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB396 is #B34C69. Grayscale: #909090. Windows color (decimal): -11750506 or 9876300. OLE color: 9876300.
HSL color Cylindrical-coordinate representation of color #4CB396: hue angle of 163.11º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB396 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 179 | 150 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.30 |
| HSL | 163.11º | 0.4% | 0.5% | - |
| HSV(B) | 163.11º | 0.58% | 0.7% | - |
| XYZ | 24.61 | 35.98 | 34.5 | - |
| YUV | 144.9 | 130.88 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 179 | 150 | 0.58 | 0 | 0.16 | 0.30 | 163.11 | 0.4 | 0.5 |
| Hex | 4C | B3 | 96 | 3A | 0 | 10 | 1E | A3 | 28 | 32 |
| Octal | 114 | 263 | 226 | 72 | 0 | 20 | 36 | 243 | 50 | 62 |
| Binary | 1001100 | 10110011 | 10010110 | 111010 | 0 | 10000 | 11110 | 10100011 | 101000 | 110010 |
Color Harmonies of #4CB396
Complementary color
Monochromatic Colors of #4CB396
Black with #4CB396
Text Example
Text Example
White with #4CB396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB396; }
p { color: rgb(76,179,150); }
H1.HeaderClassName
{
color: #4CB396;
}
.AnyTagClassName
{
color: #4CB396;
}
</style>
background-color css
<style>
a { background-color: #4CB396; }
a { background-color: rgb(76,179,150); }
div.DivClassName
{
background-color: #4CB396;
}
.BgClassName
{
background-color: #4CB396;
}
</style>
border-color css
<style>
span { border-color: #4CB396; }
span { border-color: rgb(76,179,150); }
td.TdClassName
{
border-color: #4CB396;
}
.TagClassName
{
border-color: #4CB396;
}
</style>