Shades of Puerto Rico #4FCA9C
Tints of Puerto Rico #4FCA9C
RGB
CMYK
RGB Variations
Color information
#4FCA9C (or 0x4FCA9C) is known color: Puerto Rico. HEX triplet: 4F, CA and 9C. RGB value is (79,202,156). Sum of RGB (Red+Green+Blue) = 79+202+156=437 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.08% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCA9C is #B03563. Grayscale: #A0A0A0. Windows color (decimal): -11548004 or 10275407. OLE color: 10275407.
HSL color Cylindrical-coordinate representation of color #4FCA9C: hue angle of 157.56º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCA9C is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 202 | 156 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.21 |
| HSL | 157.56º | 0.54% | 0.55% | - |
| HSV(B) | 157.56º | 0.61% | 0.79% | - |
| XYZ | 30.35 | 46.3 | 38.79 | - |
| YUV | 159.98 | 125.75 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 156 | 0.61 | 0 | 0.23 | 0.21 | 157.56 | 0.54 | 0.55 |
| Hex | 4F | CA | 9C | 3D | 0 | 17 | 15 | 9E | 36 | 37 |
| Octal | 117 | 312 | 234 | 75 | 0 | 27 | 25 | 236 | 66 | 67 |
| Binary | 1001111 | 11001010 | 10011100 | 111101 | 0 | 10111 | 10101 | 10011110 | 110110 | 110111 |
Color Harmonies of #4FCA9C
Complementary color
Monochromatic Colors of #4FCA9C
Black with #4FCA9C
Text Example
Text Example
White with #4FCA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCA9C; }
p { color: rgb(79,202,156); }
H1.HeaderClassName
{
color: #4FCA9C;
}
.AnyTagClassName
{
color: #4FCA9C;
}
</style>
background-color css
<style>
a { background-color: #4FCA9C; }
a { background-color: rgb(79,202,156); }
div.DivClassName
{
background-color: #4FCA9C;
}
.BgClassName
{
background-color: #4FCA9C;
}
</style>
border-color css
<style>
span { border-color: #4FCA9C; }
span { border-color: rgb(79,202,156); }
td.TdClassName
{
border-color: #4FCA9C;
}
.TagClassName
{
border-color: #4FCA9C;
}
</style>