Shades of Puerto Rico #4FA99D
Tints of Puerto Rico #4FA99D
RGB
CMYK
RGB Variations
Color information
#4FA99D (or 0x4FA99D) is known color: Puerto Rico. HEX triplet: 4F, A9 and 9D. RGB value is (79,169,157). Sum of RGB (Red+Green+Blue) = 79+169+157=405 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.51% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 169 - color contains mainly: green. Hex color #4FA99D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA99D is #B05662. Grayscale: #8C8C8C. Windows color (decimal): -11556451 or 10332495. OLE color: 10332495.
HSL color Cylindrical-coordinate representation of color #4FA99D: hue angle of 172º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA99D is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 79 | 169 | 157 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.34 |
| HSL | 172º | 0.36% | 0.49% | - |
| HSV(B) | 172º | 0.53% | 0.66% | - |
| XYZ | 23.5 | 32.47 | 36.93 | - |
| YUV | 140.72 | 137.18 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 169 | 157 | 0.53 | 0 | 0.07 | 0.34 | 172 | 0.36 | 0.49 |
| Hex | 4F | A9 | 9D | 35 | 0 | 7 | 22 | AC | 24 | 31 |
| Octal | 117 | 251 | 235 | 65 | 0 | 7 | 42 | 254 | 44 | 61 |
| Binary | 1001111 | 10101001 | 10011101 | 110101 | 0 | 111 | 100010 | 10101100 | 100100 | 110001 |
Color Harmonies of #4FA99D
Complementary color
Monochromatic Colors of #4FA99D
Black with #4FA99D
Text Example
Text Example
White with #4FA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA99D; }
p { color: rgb(79,169,157); }
H1.HeaderClassName
{
color: #4FA99D;
}
.AnyTagClassName
{
color: #4FA99D;
}
</style>
background-color css
<style>
a { background-color: #4FA99D; }
a { background-color: rgb(79,169,157); }
div.DivClassName
{
background-color: #4FA99D;
}
.BgClassName
{
background-color: #4FA99D;
}
</style>
border-color css
<style>
span { border-color: #4FA99D; }
span { border-color: rgb(79,169,157); }
td.TdClassName
{
border-color: #4FA99D;
}
.TagClassName
{
border-color: #4FA99D;
}
</style>