Shades of Puerto Rico #4FB9A1
Tints of Puerto Rico #4FB9A1
RGB
CMYK
RGB Variations
Color information
#4FB9A1 (or 0x4FB9A1) is known color: Puerto Rico. HEX triplet: 4F, B9 and A1. RGB value is (79,185,161). Sum of RGB (Red+Green+Blue) = 79+185+161=425 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.59% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #4FB9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB9A1 is #B0465E. Grayscale: #969696. Windows color (decimal): -11552351 or 10598735. OLE color: 10598735.
HSL color Cylindrical-coordinate representation of color #4FB9A1: hue angle of 166.42º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FB9A1 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 185 | 161 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.27 |
| HSL | 166.42º | 0.43% | 0.52% | - |
| HSV(B) | 166.42º | 0.57% | 0.73% | - |
| XYZ | 27.01 | 38.93 | 39.81 | - |
| YUV | 150.57 | 133.88 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 185 | 161 | 0.57 | 0 | 0.13 | 0.27 | 166.42 | 0.43 | 0.52 |
| Hex | 4F | B9 | A1 | 39 | 0 | D | 1B | A6 | 2B | 34 |
| Octal | 117 | 271 | 241 | 71 | 0 | 15 | 33 | 246 | 53 | 64 |
| Binary | 1001111 | 10111001 | 10100001 | 111001 | 0 | 1101 | 11011 | 10100110 | 101011 | 110100 |
Color Harmonies of #4FB9A1
Complementary color
Monochromatic Colors of #4FB9A1
Black with #4FB9A1
Text Example
Text Example
White with #4FB9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB9A1; }
p { color: rgb(79,185,161); }
H1.HeaderClassName
{
color: #4FB9A1;
}
.AnyTagClassName
{
color: #4FB9A1;
}
</style>
background-color css
<style>
a { background-color: #4FB9A1; }
a { background-color: rgb(79,185,161); }
div.DivClassName
{
background-color: #4FB9A1;
}
.BgClassName
{
background-color: #4FB9A1;
}
</style>
border-color css
<style>
span { border-color: #4FB9A1; }
span { border-color: rgb(79,185,161); }
td.TdClassName
{
border-color: #4FB9A1;
}
.TagClassName
{
border-color: #4FB9A1;
}
</style>