Shades of Puerto Rico #4CC49C
Tints of Puerto Rico #4CC49C
RGB
CMYK
RGB Variations
Color information
#4CC49C (or 0x4CC49C) is known color: Puerto Rico. HEX triplet: 4C, C4 and 9C. RGB value is (76,196,156). Sum of RGB (Red+Green+Blue) = 76+196+156=428 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.76% from 428); Green value is 196 (76.95% from 255 or 45.79% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 196 - color contains mainly: green. Hex color #4CC49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC49C is #B33B63. Grayscale: #9B9B9B. Windows color (decimal): -11746148 or 10273868. OLE color: 10273868.
HSL color Cylindrical-coordinate representation of color #4CC49C: hue angle of 160º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC49C is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 196 | 156 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.23 |
| HSL | 160º | 0.5% | 0.53% | - |
| HSV(B) | 160º | 0.61% | 0.77% | - |
| XYZ | 28.72 | 43.42 | 38.32 | - |
| YUV | 155.56 | 128.24 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 196 | 156 | 0.61 | 0 | 0.20 | 0.23 | 160 | 0.5 | 0.53 |
| Hex | 4C | C4 | 9C | 3D | 0 | 14 | 17 | A0 | 32 | 35 |
| Octal | 114 | 304 | 234 | 75 | 0 | 24 | 27 | 240 | 62 | 65 |
| Binary | 1001100 | 11000100 | 10011100 | 111101 | 0 | 10100 | 10111 | 10100000 | 110010 | 110101 |
Color Harmonies of #4CC49C
Complementary color
Monochromatic Colors of #4CC49C
Black with #4CC49C
Text Example
Text Example
White with #4CC49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC49C; }
p { color: rgb(76,196,156); }
H1.HeaderClassName
{
color: #4CC49C;
}
.AnyTagClassName
{
color: #4CC49C;
}
</style>
background-color css
<style>
a { background-color: #4CC49C; }
a { background-color: rgb(76,196,156); }
div.DivClassName
{
background-color: #4CC49C;
}
.BgClassName
{
background-color: #4CC49C;
}
</style>
border-color css
<style>
span { border-color: #4CC49C; }
span { border-color: rgb(76,196,156); }
td.TdClassName
{
border-color: #4CC49C;
}
.TagClassName
{
border-color: #4CC49C;
}
</style>