Shades of Puerto Rico #4FBE9D
Tints of Puerto Rico #4FBE9D
RGB
CMYK
RGB Variations
Color information
#4FBE9D (or 0x4FBE9D) is known color: Puerto Rico. HEX triplet: 4F, BE and 9D. RGB value is (79,190,157). Sum of RGB (Red+Green+Blue) = 79+190+157=426 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.54% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 190 - color contains mainly: green. Hex color #4FBE9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBE9D is #B04162. Grayscale: #999999. Windows color (decimal): -11551075 or 10337871. OLE color: 10337871.
HSL color Cylindrical-coordinate representation of color #4FBE9D: hue angle of 162.16º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBE9D is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 190 | 157 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.25 |
| HSL | 162.16º | 0.46% | 0.53% | - |
| HSV(B) | 162.16º | 0.58% | 0.75% | - |
| XYZ | 27.72 | 40.92 | 38.34 | - |
| YUV | 153.05 | 130.23 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 190 | 157 | 0.58 | 0 | 0.17 | 0.25 | 162.16 | 0.46 | 0.53 |
| Hex | 4F | BE | 9D | 3A | 0 | 11 | 19 | A2 | 2E | 35 |
| Octal | 117 | 276 | 235 | 72 | 0 | 21 | 31 | 242 | 56 | 65 |
| Binary | 1001111 | 10111110 | 10011101 | 111010 | 0 | 10001 | 11001 | 10100010 | 101110 | 110101 |
Color Harmonies of #4FBE9D
Complementary color
Monochromatic Colors of #4FBE9D
Black with #4FBE9D
Text Example
Text Example
White with #4FBE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBE9D; }
p { color: rgb(79,190,157); }
H1.HeaderClassName
{
color: #4FBE9D;
}
.AnyTagClassName
{
color: #4FBE9D;
}
</style>
background-color css
<style>
a { background-color: #4FBE9D; }
a { background-color: rgb(79,190,157); }
div.DivClassName
{
background-color: #4FBE9D;
}
.BgClassName
{
background-color: #4FBE9D;
}
</style>
border-color css
<style>
span { border-color: #4FBE9D; }
span { border-color: rgb(79,190,157); }
td.TdClassName
{
border-color: #4FBE9D;
}
.TagClassName
{
border-color: #4FBE9D;
}
</style>