Shades of Puerto Rico #4FCEA4
Tints of Puerto Rico #4FCEA4
RGB
CMYK
RGB Variations
Color information
#4FCEA4 (or 0x4FCEA4) is known color: Puerto Rico. HEX triplet: 4F, CE and A4. RGB value is (79,206,164). Sum of RGB (Red+Green+Blue) = 79+206+164=449 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.59% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #4FCEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCEA4 is #B0315B. Grayscale: #A3A3A3. Windows color (decimal): -11546972 or 10800719. OLE color: 10800719.
HSL color Cylindrical-coordinate representation of color #4FCEA4: hue angle of 160.16º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FCEA4 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 206 | 164 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.19 |
| HSL | 160.16º | 0.56% | 0.56% | - |
| HSV(B) | 160.16º | 0.62% | 0.81% | - |
| XYZ | 32 | 48.49 | 42.79 | - |
| YUV | 163.24 | 128.42 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 206 | 164 | 0.62 | 0 | 0.20 | 0.19 | 160.16 | 0.56 | 0.56 |
| Hex | 4F | CE | A4 | 3E | 0 | 14 | 13 | A0 | 38 | 38 |
| Octal | 117 | 316 | 244 | 76 | 0 | 24 | 23 | 240 | 70 | 70 |
| Binary | 1001111 | 11001110 | 10100100 | 111110 | 0 | 10100 | 10011 | 10100000 | 111000 | 111000 |
Color Harmonies of #4FCEA4
Complementary color
Monochromatic Colors of #4FCEA4
Black with #4FCEA4
Text Example
Text Example
White with #4FCEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCEA4; }
p { color: rgb(79,206,164); }
H1.HeaderClassName
{
color: #4FCEA4;
}
.AnyTagClassName
{
color: #4FCEA4;
}
</style>
background-color css
<style>
a { background-color: #4FCEA4; }
a { background-color: rgb(79,206,164); }
div.DivClassName
{
background-color: #4FCEA4;
}
.BgClassName
{
background-color: #4FCEA4;
}
</style>
border-color css
<style>
span { border-color: #4FCEA4; }
span { border-color: rgb(79,206,164); }
td.TdClassName
{
border-color: #4FCEA4;
}
.TagClassName
{
border-color: #4FCEA4;
}
</style>