Shades of Puerto Rico #4FC09A
Tints of Puerto Rico #4FC09A
RGB
CMYK
RGB Variations
Color information
#4FC09A (or 0x4FC09A) is known color: Puerto Rico. HEX triplet: 4F, C0 and 9A. RGB value is (79,192,154). Sum of RGB (Red+Green+Blue) = 79+192+154=425 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.59% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #4FC09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC09A is #B03F65. Grayscale: #999999. Windows color (decimal): -11550566 or 10141775. OLE color: 10141775.
HSL color Cylindrical-coordinate representation of color #4FC09A: hue angle of 159.82º 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 #4FC09A is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 192 | 154 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.25 |
| HSL | 159.82º | 0.47% | 0.53% | - |
| HSV(B) | 159.82º | 0.59% | 0.75% | - |
| XYZ | 27.91 | 41.69 | 37.15 | - |
| YUV | 153.88 | 128.06 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 192 | 154 | 0.59 | 0 | 0.20 | 0.25 | 159.82 | 0.47 | 0.53 |
| Hex | 4F | C0 | 9A | 3B | 0 | 14 | 19 | A0 | 2F | 35 |
| Octal | 117 | 300 | 232 | 73 | 0 | 24 | 31 | 240 | 57 | 65 |
| Binary | 1001111 | 11000000 | 10011010 | 111011 | 0 | 10100 | 11001 | 10100000 | 101111 | 110101 |
Color Harmonies of #4FC09A
Complementary color
Monochromatic Colors of #4FC09A
Black with #4FC09A
Text Example
Text Example
White with #4FC09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC09A; }
p { color: rgb(79,192,154); }
H1.HeaderClassName
{
color: #4FC09A;
}
.AnyTagClassName
{
color: #4FC09A;
}
</style>
background-color css
<style>
a { background-color: #4FC09A; }
a { background-color: rgb(79,192,154); }
div.DivClassName
{
background-color: #4FC09A;
}
.BgClassName
{
background-color: #4FC09A;
}
</style>
border-color css
<style>
span { border-color: #4FC09A; }
span { border-color: rgb(79,192,154); }
td.TdClassName
{
border-color: #4FC09A;
}
.TagClassName
{
border-color: #4FC09A;
}
</style>