Shades of Puerto Rico #4FBEA4
Tints of Puerto Rico #4FBEA4
RGB
CMYK
RGB Variations
Color information
#4FBEA4 (or 0x4FBEA4) is known color: Puerto Rico. HEX triplet: 4F, BE and A4. RGB value is (79,190,164). Sum of RGB (Red+Green+Blue) = 79+190+164=433 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.24% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #4FBEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBEA4 is #B0415B. Grayscale: #999999. Windows color (decimal): -11551068 or 10796623. OLE color: 10796623.
HSL color Cylindrical-coordinate representation of color #4FBEA4: hue angle of 165.95º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBEA4 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 190 | 164 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.25 |
| HSL | 165.95º | 0.46% | 0.53% | - |
| HSV(B) | 165.95º | 0.58% | 0.75% | - |
| XYZ | 28.34 | 41.17 | 41.57 | - |
| YUV | 153.85 | 133.73 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 190 | 164 | 0.58 | 0 | 0.14 | 0.25 | 165.95 | 0.46 | 0.53 |
| Hex | 4F | BE | A4 | 3A | 0 | E | 19 | A6 | 2E | 35 |
| Octal | 117 | 276 | 244 | 72 | 0 | 16 | 31 | 246 | 56 | 65 |
| Binary | 1001111 | 10111110 | 10100100 | 111010 | 0 | 1110 | 11001 | 10100110 | 101110 | 110101 |
Color Harmonies of #4FBEA4
Complementary color
Monochromatic Colors of #4FBEA4
Black with #4FBEA4
Text Example
Text Example
White with #4FBEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBEA4; }
p { color: rgb(79,190,164); }
H1.HeaderClassName
{
color: #4FBEA4;
}
.AnyTagClassName
{
color: #4FBEA4;
}
</style>
background-color css
<style>
a { background-color: #4FBEA4; }
a { background-color: rgb(79,190,164); }
div.DivClassName
{
background-color: #4FBEA4;
}
.BgClassName
{
background-color: #4FBEA4;
}
</style>
border-color css
<style>
span { border-color: #4FBEA4; }
span { border-color: rgb(79,190,164); }
td.TdClassName
{
border-color: #4FBEA4;
}
.TagClassName
{
border-color: #4FBEA4;
}
</style>