Shades of Puerto Rico #4FCAA6
Tints of Puerto Rico #4FCAA6
RGB
CMYK
RGB Variations
Color information
#4FCAA6 (or 0x4FCAA6) is known color: Puerto Rico. HEX triplet: 4F, CA and A6. RGB value is (79,202,166). Sum of RGB (Red+Green+Blue) = 79+202+166=447 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.67% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCAA6 is #B03559. Grayscale: #A1A1A1. Windows color (decimal): -11547994 or 10930767. OLE color: 10930767.
HSL color Cylindrical-coordinate representation of color #4FCAA6: hue angle of 162.44º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCAA6 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 202 | 166 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.21 |
| HSL | 162.44º | 0.54% | 0.55% | - |
| HSV(B) | 162.44º | 0.61% | 0.79% | - |
| XYZ | 31.23 | 46.66 | 43.44 | - |
| YUV | 161.12 | 130.75 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 166 | 0.61 | 0 | 0.18 | 0.21 | 162.44 | 0.54 | 0.55 |
| Hex | 4F | CA | A6 | 3D | 0 | 12 | 15 | A2 | 36 | 37 |
| Octal | 117 | 312 | 246 | 75 | 0 | 22 | 25 | 242 | 66 | 67 |
| Binary | 1001111 | 11001010 | 10100110 | 111101 | 0 | 10010 | 10101 | 10100010 | 110110 | 110111 |
Color Harmonies of #4FCAA6
Complementary color
Monochromatic Colors of #4FCAA6
Black with #4FCAA6
Text Example
Text Example
White with #4FCAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCAA6; }
p { color: rgb(79,202,166); }
H1.HeaderClassName
{
color: #4FCAA6;
}
.AnyTagClassName
{
color: #4FCAA6;
}
</style>
background-color css
<style>
a { background-color: #4FCAA6; }
a { background-color: rgb(79,202,166); }
div.DivClassName
{
background-color: #4FCAA6;
}
.BgClassName
{
background-color: #4FCAA6;
}
</style>
border-color css
<style>
span { border-color: #4FCAA6; }
span { border-color: rgb(79,202,166); }
td.TdClassName
{
border-color: #4FCAA6;
}
.TagClassName
{
border-color: #4FCAA6;
}
</style>