Shades of Puerto Rico #4FBF9C
Tints of Puerto Rico #4FBF9C
RGB
CMYK
RGB Variations
Color information
#4FBF9C (or 0x4FBF9C) is known color: Puerto Rico. HEX triplet: 4F, BF and 9C. RGB value is (79,191,156). Sum of RGB (Red+Green+Blue) = 79+191+156=426 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.54% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #4FBF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBF9C is #B04063. Grayscale: #999999. Windows color (decimal): -11550820 or 10272591. OLE color: 10272591.
HSL color Cylindrical-coordinate representation of color #4FBF9C: hue angle of 161.25º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FBF9C is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 191 | 156 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.25 |
| HSL | 161.25º | 0.47% | 0.53% | - |
| HSV(B) | 161.25º | 0.59% | 0.75% | - |
| XYZ | 27.86 | 41.32 | 37.96 | - |
| YUV | 153.52 | 129.39 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 191 | 156 | 0.59 | 0 | 0.18 | 0.25 | 161.25 | 0.47 | 0.53 |
| Hex | 4F | BF | 9C | 3B | 0 | 12 | 19 | A1 | 2F | 35 |
| Octal | 117 | 277 | 234 | 73 | 0 | 22 | 31 | 241 | 57 | 65 |
| Binary | 1001111 | 10111111 | 10011100 | 111011 | 0 | 10010 | 11001 | 10100001 | 101111 | 110101 |
Color Harmonies of #4FBF9C
Complementary color
Monochromatic Colors of #4FBF9C
Black with #4FBF9C
Text Example
Text Example
White with #4FBF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBF9C; }
p { color: rgb(79,191,156); }
H1.HeaderClassName
{
color: #4FBF9C;
}
.AnyTagClassName
{
color: #4FBF9C;
}
</style>
background-color css
<style>
a { background-color: #4FBF9C; }
a { background-color: rgb(79,191,156); }
div.DivClassName
{
background-color: #4FBF9C;
}
.BgClassName
{
background-color: #4FBF9C;
}
</style>
border-color css
<style>
span { border-color: #4FBF9C; }
span { border-color: rgb(79,191,156); }
td.TdClassName
{
border-color: #4FBF9C;
}
.TagClassName
{
border-color: #4FBF9C;
}
</style>