Shades of Puerto Rico #4FC1AD
Tints of Puerto Rico #4FC1AD
RGB
CMYK
RGB Variations
Color information
#4FC1AD (or 0x4FC1AD) is known color: Puerto Rico. HEX triplet: 4F, C1 and AD. RGB value is (79,193,173). Sum of RGB (Red+Green+Blue) = 79+193+173=445 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.75% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #4FC1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC1AD is #B03E52. Grayscale: #9C9C9C. Windows color (decimal): -11550291 or 11387215. OLE color: 11387215.
HSL color Cylindrical-coordinate representation of color #4FC1AD: hue angle of 169.47º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC1AD is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 193 | 173 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.24 |
| HSL | 169.47º | 0.48% | 0.53% | - |
| HSV(B) | 169.47º | 0.59% | 0.76% | - |
| XYZ | 29.84 | 42.82 | 46.23 | - |
| YUV | 156.63 | 137.23 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 193 | 173 | 0.59 | 0 | 0.10 | 0.24 | 169.47 | 0.48 | 0.53 |
| Hex | 4F | C1 | AD | 3B | 0 | A | 18 | A9 | 30 | 35 |
| Octal | 117 | 301 | 255 | 73 | 0 | 12 | 30 | 251 | 60 | 65 |
| Binary | 1001111 | 11000001 | 10101101 | 111011 | 0 | 1010 | 11000 | 10101001 | 110000 | 110101 |
Color Harmonies of #4FC1AD
Complementary color
Monochromatic Colors of #4FC1AD
Black with #4FC1AD
Text Example
Text Example
White with #4FC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC1AD; }
p { color: rgb(79,193,173); }
H1.HeaderClassName
{
color: #4FC1AD;
}
.AnyTagClassName
{
color: #4FC1AD;
}
</style>
background-color css
<style>
a { background-color: #4FC1AD; }
a { background-color: rgb(79,193,173); }
div.DivClassName
{
background-color: #4FC1AD;
}
.BgClassName
{
background-color: #4FC1AD;
}
</style>
border-color css
<style>
span { border-color: #4FC1AD; }
span { border-color: rgb(79,193,173); }
td.TdClassName
{
border-color: #4FC1AD;
}
.TagClassName
{
border-color: #4FC1AD;
}
</style>