Shades of Puerto Rico #4FA99B
Tints of Puerto Rico #4FA99B
RGB
CMYK
RGB Variations
Color information
#4FA99B (or 0x4FA99B) is known color: Puerto Rico. HEX triplet: 4F, A9 and 9B. RGB value is (79,169,155). Sum of RGB (Red+Green+Blue) = 79+169+155=403 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.60% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 169 - color contains mainly: green. Hex color #4FA99B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA99B is #B05664. Grayscale: #8C8C8C. Windows color (decimal): -11556453 or 10201423. OLE color: 10201423.
HSL color Cylindrical-coordinate representation of color #4FA99B: hue angle of 170.67º 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 #4FA99B is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 79 | 169 | 155 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.34 |
| HSL | 170.67º | 0.36% | 0.49% | - |
| HSV(B) | 170.67º | 0.53% | 0.66% | - |
| XYZ | 23.33 | 32.4 | 36.04 | - |
| YUV | 140.49 | 136.18 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 169 | 155 | 0.53 | 0 | 0.08 | 0.34 | 170.67 | 0.36 | 0.49 |
| Hex | 4F | A9 | 9B | 35 | 0 | 8 | 22 | AB | 24 | 31 |
| Octal | 117 | 251 | 233 | 65 | 0 | 10 | 42 | 253 | 44 | 61 |
| Binary | 1001111 | 10101001 | 10011011 | 110101 | 0 | 1000 | 100010 | 10101011 | 100100 | 110001 |
Color Harmonies of #4FA99B
Complementary color
Monochromatic Colors of #4FA99B
Black with #4FA99B
Text Example
Text Example
White with #4FA99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA99B; }
p { color: rgb(79,169,155); }
H1.HeaderClassName
{
color: #4FA99B;
}
.AnyTagClassName
{
color: #4FA99B;
}
</style>
background-color css
<style>
a { background-color: #4FA99B; }
a { background-color: rgb(79,169,155); }
div.DivClassName
{
background-color: #4FA99B;
}
.BgClassName
{
background-color: #4FA99B;
}
</style>
border-color css
<style>
span { border-color: #4FA99B; }
span { border-color: rgb(79,169,155); }
td.TdClassName
{
border-color: #4FA99B;
}
.TagClassName
{
border-color: #4FA99B;
}
</style>