Shades of Puerto Rico #4FCBA6
Tints of Puerto Rico #4FCBA6
RGB
CMYK
RGB Variations
Color information
#4FCBA6 (or 0x4FCBA6) is known color: Puerto Rico. HEX triplet: 4F, CB and A6. RGB value is (79,203,166). Sum of RGB (Red+Green+Blue) = 79+203+166=448 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.63% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCBA6 is #B03459. Grayscale: #A1A1A1. Windows color (decimal): -11547738 or 10931023. OLE color: 10931023.
HSL color Cylindrical-coordinate representation of color #4FCBA6: hue angle of 162.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCBA6 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 203 | 166 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.20 |
| HSL | 162.1º | 0.54% | 0.55% | - |
| HSV(B) | 162.1º | 0.61% | 0.8% | - |
| XYZ | 31.46 | 47.13 | 43.51 | - |
| YUV | 161.71 | 130.42 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 166 | 0.61 | 0 | 0.18 | 0.20 | 162.1 | 0.54 | 0.55 |
| Hex | 4F | CB | A6 | 3D | 0 | 12 | 14 | A2 | 36 | 37 |
| Octal | 117 | 313 | 246 | 75 | 0 | 22 | 24 | 242 | 66 | 67 |
| Binary | 1001111 | 11001011 | 10100110 | 111101 | 0 | 10010 | 10100 | 10100010 | 110110 | 110111 |
Color Harmonies of #4FCBA6
Complementary color
Monochromatic Colors of #4FCBA6
Black with #4FCBA6
Text Example
Text Example
White with #4FCBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCBA6; }
p { color: rgb(79,203,166); }
H1.HeaderClassName
{
color: #4FCBA6;
}
.AnyTagClassName
{
color: #4FCBA6;
}
</style>
background-color css
<style>
a { background-color: #4FCBA6; }
a { background-color: rgb(79,203,166); }
div.DivClassName
{
background-color: #4FCBA6;
}
.BgClassName
{
background-color: #4FCBA6;
}
</style>
border-color css
<style>
span { border-color: #4FCBA6; }
span { border-color: rgb(79,203,166); }
td.TdClassName
{
border-color: #4FCBA6;
}
.TagClassName
{
border-color: #4FCBA6;
}
</style>