Shades of Puerto Rico #4AB79A
Tints of Puerto Rico #4AB79A
RGB
CMYK
RGB Variations
Color information
#4AB79A (or 0x4AB79A) is known color: Puerto Rico. HEX triplet: 4A, B7 and 9A. RGB value is (74,183,154). Sum of RGB (Red+Green+Blue) = 74+183+154=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB79A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB79A is #B54865. Grayscale: #939393. Windows color (decimal): -11880550 or 10139466. OLE color: 10139466.
HSL color Cylindrical-coordinate representation of color #4AB79A: hue angle of 164.04º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB79A is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 183 | 154 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.28 |
| HSL | 164.04º | 0.43% | 0.5% | - |
| HSV(B) | 164.04º | 0.6% | 0.72% | - |
| XYZ | 25.59 | 37.66 | 36.49 | - |
| YUV | 147.1 | 131.89 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 183 | 154 | 0.60 | 0 | 0.16 | 0.28 | 164.04 | 0.43 | 0.5 |
| Hex | 4A | B7 | 9A | 3C | 0 | 10 | 1C | A4 | 2B | 32 |
| Octal | 112 | 267 | 232 | 74 | 0 | 20 | 34 | 244 | 53 | 62 |
| Binary | 1001010 | 10110111 | 10011010 | 111100 | 0 | 10000 | 11100 | 10100100 | 101011 | 110010 |
Color Harmonies of #4AB79A
Complementary color
Monochromatic Colors of #4AB79A
Black with #4AB79A
Text Example
Text Example
White with #4AB79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB79A; }
p { color: rgb(74,183,154); }
H1.HeaderClassName
{
color: #4AB79A;
}
.AnyTagClassName
{
color: #4AB79A;
}
</style>
background-color css
<style>
a { background-color: #4AB79A; }
a { background-color: rgb(74,183,154); }
div.DivClassName
{
background-color: #4AB79A;
}
.BgClassName
{
background-color: #4AB79A;
}
</style>
border-color css
<style>
span { border-color: #4AB79A; }
span { border-color: rgb(74,183,154); }
td.TdClassName
{
border-color: #4AB79A;
}
.TagClassName
{
border-color: #4AB79A;
}
</style>