Shades of Puerto Rico #4CCA9C
Tints of Puerto Rico #4CCA9C
RGB
CMYK
RGB Variations
Color information
#4CCA9C (or 0x4CCA9C) is known color: Puerto Rico. HEX triplet: 4C, CA and 9C. RGB value is (76,202,156). Sum of RGB (Red+Green+Blue) = 76+202+156=434 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.51% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCA9C is #B33563. Grayscale: #9F9F9F. Windows color (decimal): -11744612 or 10275404. OLE color: 10275404.
HSL color Cylindrical-coordinate representation of color #4CCA9C: hue angle of 158.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CCA9C is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 202 | 156 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.21 |
| HSL | 158.1º | 0.54% | 0.55% | - |
| HSV(B) | 158.1º | 0.62% | 0.79% | - |
| XYZ | 30.1 | 46.18 | 38.78 | - |
| YUV | 159.08 | 126.26 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 202 | 156 | 0.62 | 0 | 0.23 | 0.21 | 158.1 | 0.54 | 0.55 |
| Hex | 4C | CA | 9C | 3E | 0 | 17 | 15 | 9E | 36 | 37 |
| Octal | 114 | 312 | 234 | 76 | 0 | 27 | 25 | 236 | 66 | 67 |
| Binary | 1001100 | 11001010 | 10011100 | 111110 | 0 | 10111 | 10101 | 10011110 | 110110 | 110111 |
Color Harmonies of #4CCA9C
Complementary color
Monochromatic Colors of #4CCA9C
Black with #4CCA9C
Text Example
Text Example
White with #4CCA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCA9C; }
p { color: rgb(76,202,156); }
H1.HeaderClassName
{
color: #4CCA9C;
}
.AnyTagClassName
{
color: #4CCA9C;
}
</style>
background-color css
<style>
a { background-color: #4CCA9C; }
a { background-color: rgb(76,202,156); }
div.DivClassName
{
background-color: #4CCA9C;
}
.BgClassName
{
background-color: #4CCA9C;
}
</style>
border-color css
<style>
span { border-color: #4CCA9C; }
span { border-color: rgb(76,202,156); }
td.TdClassName
{
border-color: #4CCA9C;
}
.TagClassName
{
border-color: #4CCA9C;
}
</style>