Shades of Puerto Rico #4FBC9E
Tints of Puerto Rico #4FBC9E
RGB
CMYK
RGB Variations
Color information
#4FBC9E (or 0x4FBC9E) is known color: Puerto Rico. HEX triplet: 4F, BC and 9E. RGB value is (79,188,158). Sum of RGB (Red+Green+Blue) = 79+188+158=425 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.59% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBC9E is #B04361. Grayscale: #979797. Windows color (decimal): -11551586 or 10402895. OLE color: 10402895.
HSL color Cylindrical-coordinate representation of color #4FBC9E: hue angle of 163.49º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBC9E is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 158 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.26 |
| HSL | 163.49º | 0.45% | 0.52% | - |
| HSV(B) | 163.49º | 0.58% | 0.74% | - |
| XYZ | 27.38 | 40.1 | 38.64 | - |
| YUV | 151.99 | 131.39 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 158 | 0.58 | 0 | 0.16 | 0.26 | 163.49 | 0.45 | 0.52 |
| Hex | 4F | BC | 9E | 3A | 0 | 10 | 1A | A3 | 2D | 34 |
| Octal | 117 | 274 | 236 | 72 | 0 | 20 | 32 | 243 | 55 | 64 |
| Binary | 1001111 | 10111100 | 10011110 | 111010 | 0 | 10000 | 11010 | 10100011 | 101101 | 110100 |
Color Harmonies of #4FBC9E
Complementary color
Monochromatic Colors of #4FBC9E
Black with #4FBC9E
Text Example
Text Example
White with #4FBC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC9E; }
p { color: rgb(79,188,158); }
H1.HeaderClassName
{
color: #4FBC9E;
}
.AnyTagClassName
{
color: #4FBC9E;
}
</style>
background-color css
<style>
a { background-color: #4FBC9E; }
a { background-color: rgb(79,188,158); }
div.DivClassName
{
background-color: #4FBC9E;
}
.BgClassName
{
background-color: #4FBC9E;
}
</style>
border-color css
<style>
span { border-color: #4FBC9E; }
span { border-color: rgb(79,188,158); }
td.TdClassName
{
border-color: #4FBC9E;
}
.TagClassName
{
border-color: #4FBC9E;
}
</style>