Shades of Puerto Rico #4AB89D
Tints of Puerto Rico #4AB89D
RGB
CMYK
RGB Variations
Color information
#4AB89D (or 0x4AB89D) is known color: Puerto Rico. HEX triplet: 4A, B8 and 9D. RGB value is (74,184,157). Sum of RGB (Red+Green+Blue) = 74+184+157=415 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.83% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB89D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB89D is #B54762. Grayscale: #949494. Windows color (decimal): -11880291 or 10336330. OLE color: 10336330.
HSL color Cylindrical-coordinate representation of color #4AB89D: hue angle of 165.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB89D is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 184 | 157 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.28 |
| HSL | 165.27º | 0.44% | 0.51% | - |
| HSV(B) | 165.27º | 0.6% | 0.72% | - |
| XYZ | 26.05 | 38.17 | 37.89 | - |
| YUV | 148.03 | 133.06 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 184 | 157 | 0.60 | 0 | 0.15 | 0.28 | 165.27 | 0.44 | 0.51 |
| Hex | 4A | B8 | 9D | 3C | 0 | F | 1C | A5 | 2C | 33 |
| Octal | 112 | 270 | 235 | 74 | 0 | 17 | 34 | 245 | 54 | 63 |
| Binary | 1001010 | 10111000 | 10011101 | 111100 | 0 | 1111 | 11100 | 10100101 | 101100 | 110011 |
Color Harmonies of #4AB89D
Complementary color
Monochromatic Colors of #4AB89D
Black with #4AB89D
Text Example
Text Example
White with #4AB89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB89D; }
p { color: rgb(74,184,157); }
H1.HeaderClassName
{
color: #4AB89D;
}
.AnyTagClassName
{
color: #4AB89D;
}
</style>
background-color css
<style>
a { background-color: #4AB89D; }
a { background-color: rgb(74,184,157); }
div.DivClassName
{
background-color: #4AB89D;
}
.BgClassName
{
background-color: #4AB89D;
}
</style>
border-color css
<style>
span { border-color: #4AB89D; }
span { border-color: rgb(74,184,157); }
td.TdClassName
{
border-color: #4AB89D;
}
.TagClassName
{
border-color: #4AB89D;
}
</style>