Shades of Puerto Rico #4FBC9C
Tints of Puerto Rico #4FBC9C
RGB
CMYK
RGB Variations
Color information
#4FBC9C (or 0x4FBC9C) is known color: Puerto Rico. HEX triplet: 4F, BC and 9C. RGB value is (79,188,156). Sum of RGB (Red+Green+Blue) = 79+188+156=423 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.68% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBC9C is #B04363. Grayscale: #979797. Windows color (decimal): -11551588 or 10271823. OLE color: 10271823.
HSL color Cylindrical-coordinate representation of color #4FBC9C: hue angle of 162.39º 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 #4FBC9C is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 156 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.26 |
| HSL | 162.39º | 0.45% | 0.52% | - |
| HSV(B) | 162.39º | 0.58% | 0.74% | - |
| XYZ | 27.21 | 40.03 | 37.74 | - |
| YUV | 151.76 | 130.39 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 156 | 0.58 | 0 | 0.17 | 0.26 | 162.39 | 0.45 | 0.52 |
| Hex | 4F | BC | 9C | 3A | 0 | 11 | 1A | A2 | 2D | 34 |
| Octal | 117 | 274 | 234 | 72 | 0 | 21 | 32 | 242 | 55 | 64 |
| Binary | 1001111 | 10111100 | 10011100 | 111010 | 0 | 10001 | 11010 | 10100010 | 101101 | 110100 |
Color Harmonies of #4FBC9C
Complementary color
Monochromatic Colors of #4FBC9C
Black with #4FBC9C
Text Example
Text Example
White with #4FBC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC9C; }
p { color: rgb(79,188,156); }
H1.HeaderClassName
{
color: #4FBC9C;
}
.AnyTagClassName
{
color: #4FBC9C;
}
</style>
background-color css
<style>
a { background-color: #4FBC9C; }
a { background-color: rgb(79,188,156); }
div.DivClassName
{
background-color: #4FBC9C;
}
.BgClassName
{
background-color: #4FBC9C;
}
</style>
border-color css
<style>
span { border-color: #4FBC9C; }
span { border-color: rgb(79,188,156); }
td.TdClassName
{
border-color: #4FBC9C;
}
.TagClassName
{
border-color: #4FBC9C;
}
</style>