Shades of Puerto Rico #4FAB99
Tints of Puerto Rico #4FAB99
RGB
CMYK
RGB Variations
Color information
#4FAB99 (or 0x4FAB99) is known color: Puerto Rico. HEX triplet: 4F, AB and 99. RGB value is (79,171,153). Sum of RGB (Red+Green+Blue) = 79+171+153=403 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.60% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #4FAB99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAB99 is #B05466. Grayscale: #8D8D8D. Windows color (decimal): -11555943 or 10070863. OLE color: 10070863.
HSL color Cylindrical-coordinate representation of color #4FAB99: hue angle of 168.26º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAB99 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 171 | 153 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.33 |
| HSL | 168.26º | 0.37% | 0.49% | - |
| HSV(B) | 168.26º | 0.54% | 0.67% | - |
| XYZ | 23.54 | 33.09 | 35.28 | - |
| YUV | 141.44 | 134.52 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 153 | 0.54 | 0 | 0.11 | 0.33 | 168.26 | 0.37 | 0.49 |
| Hex | 4F | AB | 99 | 36 | 0 | B | 21 | A8 | 25 | 31 |
| Octal | 117 | 253 | 231 | 66 | 0 | 13 | 41 | 250 | 45 | 61 |
| Binary | 1001111 | 10101011 | 10011001 | 110110 | 0 | 1011 | 100001 | 10101000 | 100101 | 110001 |
Color Harmonies of #4FAB99
Complementary color
Monochromatic Colors of #4FAB99
Black with #4FAB99
Text Example
Text Example
White with #4FAB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAB99; }
p { color: rgb(79,171,153); }
H1.HeaderClassName
{
color: #4FAB99;
}
.AnyTagClassName
{
color: #4FAB99;
}
</style>
background-color css
<style>
a { background-color: #4FAB99; }
a { background-color: rgb(79,171,153); }
div.DivClassName
{
background-color: #4FAB99;
}
.BgClassName
{
background-color: #4FAB99;
}
</style>
border-color css
<style>
span { border-color: #4FAB99; }
span { border-color: rgb(79,171,153); }
td.TdClassName
{
border-color: #4FAB99;
}
.TagClassName
{
border-color: #4FAB99;
}
</style>