Shades of Puerto Rico #4FCB9C
Tints of Puerto Rico #4FCB9C
RGB
CMYK
RGB Variations
Color information
#4FCB9C (or 0x4FCB9C) is known color: Puerto Rico. HEX triplet: 4F, CB and 9C. RGB value is (79,203,156). Sum of RGB (Red+Green+Blue) = 79+203+156=438 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.04% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCB9C is #B03463. Grayscale: #A0A0A0. Windows color (decimal): -11547748 or 10275663. OLE color: 10275663.
HSL color Cylindrical-coordinate representation of color #4FCB9C: hue angle of 157.26º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCB9C is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 203 | 156 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.20 |
| HSL | 157.26º | 0.54% | 0.55% | - |
| HSV(B) | 157.26º | 0.61% | 0.8% | - |
| XYZ | 30.58 | 46.77 | 38.87 | - |
| YUV | 160.57 | 125.42 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 156 | 0.61 | 0 | 0.23 | 0.20 | 157.26 | 0.54 | 0.55 |
| Hex | 4F | CB | 9C | 3D | 0 | 17 | 14 | 9D | 36 | 37 |
| Octal | 117 | 313 | 234 | 75 | 0 | 27 | 24 | 235 | 66 | 67 |
| Binary | 1001111 | 11001011 | 10011100 | 111101 | 0 | 10111 | 10100 | 10011101 | 110110 | 110111 |
Color Harmonies of #4FCB9C
Complementary color
Monochromatic Colors of #4FCB9C
Black with #4FCB9C
Text Example
Text Example
White with #4FCB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCB9C; }
p { color: rgb(79,203,156); }
H1.HeaderClassName
{
color: #4FCB9C;
}
.AnyTagClassName
{
color: #4FCB9C;
}
</style>
background-color css
<style>
a { background-color: #4FCB9C; }
a { background-color: rgb(79,203,156); }
div.DivClassName
{
background-color: #4FCB9C;
}
.BgClassName
{
background-color: #4FCB9C;
}
</style>
border-color css
<style>
span { border-color: #4FCB9C; }
span { border-color: rgb(79,203,156); }
td.TdClassName
{
border-color: #4FCB9C;
}
.TagClassName
{
border-color: #4FCB9C;
}
</style>