Shades of Puerto Rico #4FC5A2
Tints of Puerto Rico #4FC5A2
RGB
CMYK
RGB Variations
Color information
#4FC5A2 (or 0x4FC5A2) is known color: Puerto Rico. HEX triplet: 4F, C5 and A2. RGB value is (79,197,162). Sum of RGB (Red+Green+Blue) = 79+197+162=438 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.04% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #4FC5A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC5A2 is #B03A5D. Grayscale: #9D9D9D. Windows color (decimal): -11549278 or 10667343. OLE color: 10667343.
HSL color Cylindrical-coordinate representation of color #4FC5A2: hue angle of 162.2º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FC5A2 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 79 | 197 | 162 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.23 |
| HSL | 162.2º | 0.5% | 0.54% | - |
| HSV(B) | 162.2º | 0.6% | 0.77% | - |
| XYZ | 29.71 | 44.2 | 41.15 | - |
| YUV | 157.73 | 130.41 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 197 | 162 | 0.60 | 0 | 0.18 | 0.23 | 162.2 | 0.5 | 0.54 |
| Hex | 4F | C5 | A2 | 3C | 0 | 12 | 17 | A2 | 32 | 36 |
| Octal | 117 | 305 | 242 | 74 | 0 | 22 | 27 | 242 | 62 | 66 |
| Binary | 1001111 | 11000101 | 10100010 | 111100 | 0 | 10010 | 10111 | 10100010 | 110010 | 110110 |
Color Harmonies of #4FC5A2
Complementary color
Monochromatic Colors of #4FC5A2
Black with #4FC5A2
Text Example
Text Example
White with #4FC5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC5A2; }
p { color: rgb(79,197,162); }
H1.HeaderClassName
{
color: #4FC5A2;
}
.AnyTagClassName
{
color: #4FC5A2;
}
</style>
background-color css
<style>
a { background-color: #4FC5A2; }
a { background-color: rgb(79,197,162); }
div.DivClassName
{
background-color: #4FC5A2;
}
.BgClassName
{
background-color: #4FC5A2;
}
</style>
border-color css
<style>
span { border-color: #4FC5A2; }
span { border-color: rgb(79,197,162); }
td.TdClassName
{
border-color: #4FC5A2;
}
.TagClassName
{
border-color: #4FC5A2;
}
</style>