Shades of Puerto Rico #4FCBA4
Tints of Puerto Rico #4FCBA4
RGB
CMYK
RGB Variations
Color information
#4FCBA4 (or 0x4FCBA4) is known color: Puerto Rico. HEX triplet: 4F, CB and A4. RGB value is (79,203,164). Sum of RGB (Red+Green+Blue) = 79+203+164=446 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.71% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCBA4 is #B0345B. Grayscale: #A1A1A1. Windows color (decimal): -11547740 or 10799951. OLE color: 10799951.
HSL color Cylindrical-coordinate representation of color #4FCBA4: hue angle of 161.13º 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 #4FCBA4 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 203 | 164 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.20 |
| HSL | 161.13º | 0.54% | 0.55% | - |
| HSV(B) | 161.13º | 0.61% | 0.8% | - |
| XYZ | 31.28 | 47.05 | 42.56 | - |
| YUV | 161.48 | 129.42 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 164 | 0.61 | 0 | 0.19 | 0.20 | 161.13 | 0.54 | 0.55 |
| Hex | 4F | CB | A4 | 3D | 0 | 13 | 14 | A1 | 36 | 37 |
| Octal | 117 | 313 | 244 | 75 | 0 | 23 | 24 | 241 | 66 | 67 |
| Binary | 1001111 | 11001011 | 10100100 | 111101 | 0 | 10011 | 10100 | 10100001 | 110110 | 110111 |
Color Harmonies of #4FCBA4
Complementary color
Monochromatic Colors of #4FCBA4
Black with #4FCBA4
Text Example
Text Example
White with #4FCBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCBA4; }
p { color: rgb(79,203,164); }
H1.HeaderClassName
{
color: #4FCBA4;
}
.AnyTagClassName
{
color: #4FCBA4;
}
</style>
background-color css
<style>
a { background-color: #4FCBA4; }
a { background-color: rgb(79,203,164); }
div.DivClassName
{
background-color: #4FCBA4;
}
.BgClassName
{
background-color: #4FCBA4;
}
</style>
border-color css
<style>
span { border-color: #4FCBA4; }
span { border-color: rgb(79,203,164); }
td.TdClassName
{
border-color: #4FCBA4;
}
.TagClassName
{
border-color: #4FCBA4;
}
</style>