Shades of Puerto Rico #4FABA4
Tints of Puerto Rico #4FABA4
RGB
CMYK
RGB Variations
Color information
#4FABA4 (or 0x4FABA4) is known color: Puerto Rico. HEX triplet: 4F, AB and A4. RGB value is (79,171,164). Sum of RGB (Red+Green+Blue) = 79+171+164=414 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.08% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 164 (64.45% from 255 or 39.61% from 414); Max value from RGB is 171 - color contains mainly: green. Hex color #4FABA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FABA4 is #B0545B. Grayscale: #8E8E8E. Windows color (decimal): -11555932 or 10791759. OLE color: 10791759.
HSL color Cylindrical-coordinate representation of color #4FABA4: hue angle of 175.43º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FABA4 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 171 | 164 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.33 |
| HSL | 175.43º | 0.37% | 0.49% | - |
| HSV(B) | 175.43º | 0.54% | 0.67% | - |
| XYZ | 24.49 | 33.47 | 40.29 | - |
| YUV | 142.69 | 140.02 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 164 | 0.54 | 0 | 0.04 | 0.33 | 175.43 | 0.37 | 0.49 |
| Hex | 4F | AB | A4 | 36 | 0 | 4 | 21 | AF | 25 | 31 |
| Octal | 117 | 253 | 244 | 66 | 0 | 4 | 41 | 257 | 45 | 61 |
| Binary | 1001111 | 10101011 | 10100100 | 110110 | 0 | 100 | 100001 | 10101111 | 100101 | 110001 |
Color Harmonies of #4FABA4
Complementary color
Monochromatic Colors of #4FABA4
Black with #4FABA4
Text Example
Text Example
White with #4FABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FABA4; }
p { color: rgb(79,171,164); }
H1.HeaderClassName
{
color: #4FABA4;
}
.AnyTagClassName
{
color: #4FABA4;
}
</style>
background-color css
<style>
a { background-color: #4FABA4; }
a { background-color: rgb(79,171,164); }
div.DivClassName
{
background-color: #4FABA4;
}
.BgClassName
{
background-color: #4FABA4;
}
</style>
border-color css
<style>
span { border-color: #4FABA4; }
span { border-color: rgb(79,171,164); }
td.TdClassName
{
border-color: #4FABA4;
}
.TagClassName
{
border-color: #4FABA4;
}
</style>