Shades of Puerto Rico #4FCBA9
Tints of Puerto Rico #4FCBA9
RGB
CMYK
RGB Variations
Color information
#4FCBA9 (or 0x4FCBA9) is known color: Puerto Rico. HEX triplet: 4F, CB and A9. RGB value is (79,203,169). Sum of RGB (Red+Green+Blue) = 79+203+169=451 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.52% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCBA9 is #B03456. Grayscale: #A2A2A2. Windows color (decimal): -11547735 or 11127631. OLE color: 11127631.
HSL color Cylindrical-coordinate representation of color #4FCBA9: hue angle of 163.55º 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 #4FCBA9 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 203 | 169 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.20 |
| HSL | 163.55º | 0.54% | 0.55% | - |
| HSV(B) | 163.55º | 0.61% | 0.8% | - |
| XYZ | 31.74 | 47.24 | 44.98 | - |
| YUV | 162.05 | 131.92 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 169 | 0.61 | 0 | 0.17 | 0.20 | 163.55 | 0.54 | 0.55 |
| Hex | 4F | CB | A9 | 3D | 0 | 11 | 14 | A4 | 36 | 37 |
| Octal | 117 | 313 | 251 | 75 | 0 | 21 | 24 | 244 | 66 | 67 |
| Binary | 1001111 | 11001011 | 10101001 | 111101 | 0 | 10001 | 10100 | 10100100 | 110110 | 110111 |
Color Harmonies of #4FCBA9
Complementary color
Monochromatic Colors of #4FCBA9
Black with #4FCBA9
Text Example
Text Example
White with #4FCBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCBA9; }
p { color: rgb(79,203,169); }
H1.HeaderClassName
{
color: #4FCBA9;
}
.AnyTagClassName
{
color: #4FCBA9;
}
</style>
background-color css
<style>
a { background-color: #4FCBA9; }
a { background-color: rgb(79,203,169); }
div.DivClassName
{
background-color: #4FCBA9;
}
.BgClassName
{
background-color: #4FCBA9;
}
</style>
border-color css
<style>
span { border-color: #4FCBA9; }
span { border-color: rgb(79,203,169); }
td.TdClassName
{
border-color: #4FCBA9;
}
.TagClassName
{
border-color: #4FCBA9;
}
</style>