Shades of Puerto Rico #4FCBAC
Tints of Puerto Rico #4FCBAC
RGB
CMYK
RGB Variations
Color information
#4FCBAC (or 0x4FCBAC) is known color: Puerto Rico. HEX triplet: 4F, CB and AC. RGB value is (79,203,172). Sum of RGB (Red+Green+Blue) = 79+203+172=454 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.40% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCBAC is #B03453. Grayscale: #A2A2A2. Windows color (decimal): -11547732 or 11324239. OLE color: 11324239.
HSL color Cylindrical-coordinate representation of color #4FCBAC: hue angle of 165º 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 #4FCBAC is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 203 | 172 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.20 |
| HSL | 165º | 0.54% | 0.55% | - |
| HSV(B) | 165º | 0.61% | 0.8% | - |
| XYZ | 32.03 | 47.35 | 46.48 | - |
| YUV | 162.39 | 133.42 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 172 | 0.61 | 0 | 0.15 | 0.20 | 165 | 0.54 | 0.55 |
| Hex | 4F | CB | AC | 3D | 0 | F | 14 | A5 | 36 | 37 |
| Octal | 117 | 313 | 254 | 75 | 0 | 17 | 24 | 245 | 66 | 67 |
| Binary | 1001111 | 11001011 | 10101100 | 111101 | 0 | 1111 | 10100 | 10100101 | 110110 | 110111 |
Color Harmonies of #4FCBAC
Complementary color
Monochromatic Colors of #4FCBAC
Black with #4FCBAC
Text Example
Text Example
White with #4FCBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCBAC; }
p { color: rgb(79,203,172); }
H1.HeaderClassName
{
color: #4FCBAC;
}
.AnyTagClassName
{
color: #4FCBAC;
}
</style>
background-color css
<style>
a { background-color: #4FCBAC; }
a { background-color: rgb(79,203,172); }
div.DivClassName
{
background-color: #4FCBAC;
}
.BgClassName
{
background-color: #4FCBAC;
}
</style>
border-color css
<style>
span { border-color: #4FCBAC; }
span { border-color: rgb(79,203,172); }
td.TdClassName
{
border-color: #4FCBAC;
}
.TagClassName
{
border-color: #4FCBAC;
}
</style>