Shades of Puerto Rico #4FAAA1
Tints of Puerto Rico #4FAAA1
RGB
CMYK
RGB Variations
Color information
#4FAAA1 (or 0x4FAAA1) is known color: Puerto Rico. HEX triplet: 4F, AA and A1. RGB value is (79,170,161). Sum of RGB (Red+Green+Blue) = 79+170+161=410 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.27% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 161 (63.28% from 255 or 39.27% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAAA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAAA1 is #B0555E. Grayscale: #8D8D8D. Windows color (decimal): -11556191 or 10594895. OLE color: 10594895.
HSL color Cylindrical-coordinate representation of color #4FAAA1: hue angle of 174.07º 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 #4FAAA1 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 170 | 161 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.33 |
| HSL | 174.07º | 0.37% | 0.49% | - |
| HSV(B) | 174.07º | 0.54% | 0.67% | - |
| XYZ | 24.03 | 32.98 | 38.82 | - |
| YUV | 141.77 | 138.85 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 161 | 0.54 | 0 | 0.05 | 0.33 | 174.07 | 0.37 | 0.49 |
| Hex | 4F | AA | A1 | 36 | 0 | 5 | 21 | AE | 25 | 31 |
| Octal | 117 | 252 | 241 | 66 | 0 | 5 | 41 | 256 | 45 | 61 |
| Binary | 1001111 | 10101010 | 10100001 | 110110 | 0 | 101 | 100001 | 10101110 | 100101 | 110001 |
Color Harmonies of #4FAAA1
Complementary color
Monochromatic Colors of #4FAAA1
Black with #4FAAA1
Text Example
Text Example
White with #4FAAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAAA1; }
p { color: rgb(79,170,161); }
H1.HeaderClassName
{
color: #4FAAA1;
}
.AnyTagClassName
{
color: #4FAAA1;
}
</style>
background-color css
<style>
a { background-color: #4FAAA1; }
a { background-color: rgb(79,170,161); }
div.DivClassName
{
background-color: #4FAAA1;
}
.BgClassName
{
background-color: #4FAAA1;
}
</style>
border-color css
<style>
span { border-color: #4FAAA1; }
span { border-color: rgb(79,170,161); }
td.TdClassName
{
border-color: #4FAAA1;
}
.TagClassName
{
border-color: #4FAAA1;
}
</style>