Shades of Puerto Rico #4FADA0
Tints of Puerto Rico #4FADA0
RGB
CMYK
RGB Variations
Color information
#4FADA0 (or 0x4FADA0) is known color: Puerto Rico. HEX triplet: 4F, AD and A0. RGB value is (79,173,160). Sum of RGB (Red+Green+Blue) = 79+173+160=412 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.17% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #4FADA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FADA0 is #B0525F. Grayscale: #8F8F8F. Windows color (decimal): -11555424 or 10530127. OLE color: 10530127.
HSL color Cylindrical-coordinate representation of color #4FADA0: hue angle of 171.7º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FADA0 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 173 | 160 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.32 |
| HSL | 171.7º | 0.37% | 0.49% | - |
| HSV(B) | 171.7º | 0.54% | 0.68% | - |
| XYZ | 24.51 | 34.09 | 38.55 | - |
| YUV | 143.41 | 137.36 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 173 | 160 | 0.54 | 0 | 0.08 | 0.32 | 171.7 | 0.37 | 0.49 |
| Hex | 4F | AD | A0 | 36 | 0 | 8 | 20 | AC | 25 | 31 |
| Octal | 117 | 255 | 240 | 66 | 0 | 10 | 40 | 254 | 45 | 61 |
| Binary | 1001111 | 10101101 | 10100000 | 110110 | 0 | 1000 | 100000 | 10101100 | 100101 | 110001 |
Color Harmonies of #4FADA0
Complementary color
Monochromatic Colors of #4FADA0
Black with #4FADA0
Text Example
Text Example
White with #4FADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FADA0; }
p { color: rgb(79,173,160); }
H1.HeaderClassName
{
color: #4FADA0;
}
.AnyTagClassName
{
color: #4FADA0;
}
</style>
background-color css
<style>
a { background-color: #4FADA0; }
a { background-color: rgb(79,173,160); }
div.DivClassName
{
background-color: #4FADA0;
}
.BgClassName
{
background-color: #4FADA0;
}
</style>
border-color css
<style>
span { border-color: #4FADA0; }
span { border-color: rgb(79,173,160); }
td.TdClassName
{
border-color: #4FADA0;
}
.TagClassName
{
border-color: #4FADA0;
}
</style>