Shades of Puerto Rico #4FCA9E
Tints of Puerto Rico #4FCA9E
RGB
CMYK
RGB Variations
Color information
#4FCA9E (or 0x4FCA9E) is known color: Puerto Rico. HEX triplet: 4F, CA and 9E. RGB value is (79,202,158). Sum of RGB (Red+Green+Blue) = 79+202+158=439 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.00% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCA9E is #B03561. Grayscale: #A0A0A0. Windows color (decimal): -11548002 or 10406479. OLE color: 10406479.
HSL color Cylindrical-coordinate representation of color #4FCA9E: hue angle of 158.54º 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 #4FCA9E is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 202 | 158 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.21 |
| HSL | 158.54º | 0.54% | 0.55% | - |
| HSV(B) | 158.54º | 0.61% | 0.79% | - |
| XYZ | 30.52 | 46.37 | 39.69 | - |
| YUV | 160.21 | 126.75 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 158 | 0.61 | 0 | 0.22 | 0.21 | 158.54 | 0.54 | 0.55 |
| Hex | 4F | CA | 9E | 3D | 0 | 16 | 15 | 9F | 36 | 37 |
| Octal | 117 | 312 | 236 | 75 | 0 | 26 | 25 | 237 | 66 | 67 |
| Binary | 1001111 | 11001010 | 10011110 | 111101 | 0 | 10110 | 10101 | 10011111 | 110110 | 110111 |
Color Harmonies of #4FCA9E
Complementary color
Monochromatic Colors of #4FCA9E
Black with #4FCA9E
Text Example
Text Example
White with #4FCA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCA9E; }
p { color: rgb(79,202,158); }
H1.HeaderClassName
{
color: #4FCA9E;
}
.AnyTagClassName
{
color: #4FCA9E;
}
</style>
background-color css
<style>
a { background-color: #4FCA9E; }
a { background-color: rgb(79,202,158); }
div.DivClassName
{
background-color: #4FCA9E;
}
.BgClassName
{
background-color: #4FCA9E;
}
</style>
border-color css
<style>
span { border-color: #4FCA9E; }
span { border-color: rgb(79,202,158); }
td.TdClassName
{
border-color: #4FCA9E;
}
.TagClassName
{
border-color: #4FCA9E;
}
</style>