Shades of Puerto Rico #4AB89E
Tints of Puerto Rico #4AB89E
RGB
CMYK
RGB Variations
Color information
#4AB89E (or 0x4AB89E) is known color: Puerto Rico. HEX triplet: 4A, B8 and 9E. RGB value is (74,184,158). Sum of RGB (Red+Green+Blue) = 74+184+158=416 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.79% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB89E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB89E is #B54761. Grayscale: #949494. Windows color (decimal): -11880290 or 10401866. OLE color: 10401866.
HSL color Cylindrical-coordinate representation of color #4AB89E: hue angle of 165.82º 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 #4AB89E is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 184 | 158 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.28 |
| HSL | 165.82º | 0.44% | 0.51% | - |
| HSV(B) | 165.82º | 0.6% | 0.72% | - |
| XYZ | 26.14 | 38.21 | 38.34 | - |
| YUV | 148.15 | 133.56 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 184 | 158 | 0.60 | 0 | 0.14 | 0.28 | 165.82 | 0.44 | 0.51 |
| Hex | 4A | B8 | 9E | 3C | 0 | E | 1C | A6 | 2C | 33 |
| Octal | 112 | 270 | 236 | 74 | 0 | 16 | 34 | 246 | 54 | 63 |
| Binary | 1001010 | 10111000 | 10011110 | 111100 | 0 | 1110 | 11100 | 10100110 | 101100 | 110011 |
Color Harmonies of #4AB89E
Complementary color
Monochromatic Colors of #4AB89E
Black with #4AB89E
Text Example
Text Example
White with #4AB89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB89E; }
p { color: rgb(74,184,158); }
H1.HeaderClassName
{
color: #4AB89E;
}
.AnyTagClassName
{
color: #4AB89E;
}
</style>
background-color css
<style>
a { background-color: #4AB89E; }
a { background-color: rgb(74,184,158); }
div.DivClassName
{
background-color: #4AB89E;
}
.BgClassName
{
background-color: #4AB89E;
}
</style>
border-color css
<style>
span { border-color: #4AB89E; }
span { border-color: rgb(74,184,158); }
td.TdClassName
{
border-color: #4AB89E;
}
.TagClassName
{
border-color: #4AB89E;
}
</style>