Shades of Puerto Rico #4AB39F
Tints of Puerto Rico #4AB39F
RGB
CMYK
RGB Variations
Color information
#4AB39F (or 0x4AB39F) is known color: Puerto Rico. HEX triplet: 4A, B3 and 9F. RGB value is (74,179,159). Sum of RGB (Red+Green+Blue) = 74+179+159=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB39F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB39F is #B54C60. Grayscale: #919191. Windows color (decimal): -11881569 or 10466122. OLE color: 10466122.
HSL color Cylindrical-coordinate representation of color #4AB39F: hue angle of 168.57º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB39F is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 179 | 159 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.30 |
| HSL | 168.57º | 0.42% | 0.5% | - |
| HSV(B) | 168.57º | 0.59% | 0.7% | - |
| XYZ | 25.2 | 36.2 | 38.46 | - |
| YUV | 145.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 159 | 0.59 | 0 | 0.11 | 0.30 | 168.57 | 0.42 | 0.5 |
| Hex | 4A | B3 | 9F | 3B | 0 | B | 1E | A9 | 2A | 32 |
| Octal | 112 | 263 | 237 | 73 | 0 | 13 | 36 | 251 | 52 | 62 |
| Binary | 1001010 | 10110011 | 10011111 | 111011 | 0 | 1011 | 11110 | 10101001 | 101010 | 110010 |
Color Harmonies of #4AB39F
Complementary color
Monochromatic Colors of #4AB39F
Black with #4AB39F
Text Example
Text Example
White with #4AB39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB39F; }
p { color: rgb(74,179,159); }
H1.HeaderClassName
{
color: #4AB39F;
}
.AnyTagClassName
{
color: #4AB39F;
}
</style>
background-color css
<style>
a { background-color: #4AB39F; }
a { background-color: rgb(74,179,159); }
div.DivClassName
{
background-color: #4AB39F;
}
.BgClassName
{
background-color: #4AB39F;
}
</style>
border-color css
<style>
span { border-color: #4AB39F; }
span { border-color: rgb(74,179,159); }
td.TdClassName
{
border-color: #4AB39F;
}
.TagClassName
{
border-color: #4AB39F;
}
</style>