Shades of Puerto Rico #4CB99F
Tints of Puerto Rico #4CB99F
RGB
CMYK
RGB Variations
Color information
#4CB99F (or 0x4CB99F) is known color: Puerto Rico. HEX triplet: 4C, B9 and 9F. RGB value is (76,185,159). Sum of RGB (Red+Green+Blue) = 76+185+159=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB99F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB99F is #B34660. Grayscale: #959595. Windows color (decimal): -11748961 or 10467660. OLE color: 10467660.
HSL color Cylindrical-coordinate representation of color #4CB99F: hue angle of 165.69º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB99F is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 185 | 159 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.27 |
| HSL | 165.69º | 0.44% | 0.51% | - |
| HSV(B) | 165.69º | 0.59% | 0.73% | - |
| XYZ | 26.59 | 38.74 | 38.88 | - |
| YUV | 149.45 | 133.39 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 185 | 159 | 0.59 | 0 | 0.14 | 0.27 | 165.69 | 0.44 | 0.51 |
| Hex | 4C | B9 | 9F | 3B | 0 | E | 1B | A6 | 2C | 33 |
| Octal | 114 | 271 | 237 | 73 | 0 | 16 | 33 | 246 | 54 | 63 |
| Binary | 1001100 | 10111001 | 10011111 | 111011 | 0 | 1110 | 11011 | 10100110 | 101100 | 110011 |
Color Harmonies of #4CB99F
Complementary color
Monochromatic Colors of #4CB99F
Black with #4CB99F
Text Example
Text Example
White with #4CB99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB99F; }
p { color: rgb(76,185,159); }
H1.HeaderClassName
{
color: #4CB99F;
}
.AnyTagClassName
{
color: #4CB99F;
}
</style>
background-color css
<style>
a { background-color: #4CB99F; }
a { background-color: rgb(76,185,159); }
div.DivClassName
{
background-color: #4CB99F;
}
.BgClassName
{
background-color: #4CB99F;
}
</style>
border-color css
<style>
span { border-color: #4CB99F; }
span { border-color: rgb(76,185,159); }
td.TdClassName
{
border-color: #4CB99F;
}
.TagClassName
{
border-color: #4CB99F;
}
</style>