Shades of Puerto Rico #4AB39C
Tints of Puerto Rico #4AB39C
RGB
CMYK
RGB Variations
Color information
#4AB39C (or 0x4AB39C) is known color: Puerto Rico. HEX triplet: 4A, B3 and 9C. RGB value is (74,179,156). Sum of RGB (Red+Green+Blue) = 74+179+156=409 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.09% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB39C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB39C is #B54C63. Grayscale: #909090. Windows color (decimal): -11881572 or 10269514. OLE color: 10269514.
HSL color Cylindrical-coordinate representation of color #4AB39C: hue angle of 166.86º 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 #4AB39C is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 179 | 156 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.30 |
| HSL | 166.86º | 0.42% | 0.5% | - |
| HSV(B) | 166.86º | 0.59% | 0.7% | - |
| XYZ | 24.94 | 36.1 | 37.11 | - |
| YUV | 144.98 | 134.21 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 156 | 0.59 | 0 | 0.13 | 0.30 | 166.86 | 0.42 | 0.5 |
| Hex | 4A | B3 | 9C | 3B | 0 | D | 1E | A7 | 2A | 32 |
| Octal | 112 | 263 | 234 | 73 | 0 | 15 | 36 | 247 | 52 | 62 |
| Binary | 1001010 | 10110011 | 10011100 | 111011 | 0 | 1101 | 11110 | 10100111 | 101010 | 110010 |
Color Harmonies of #4AB39C
Complementary color
Monochromatic Colors of #4AB39C
Black with #4AB39C
Text Example
Text Example
White with #4AB39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB39C; }
p { color: rgb(74,179,156); }
H1.HeaderClassName
{
color: #4AB39C;
}
.AnyTagClassName
{
color: #4AB39C;
}
</style>
background-color css
<style>
a { background-color: #4AB39C; }
a { background-color: rgb(74,179,156); }
div.DivClassName
{
background-color: #4AB39C;
}
.BgClassName
{
background-color: #4AB39C;
}
</style>
border-color css
<style>
span { border-color: #4AB39C; }
span { border-color: rgb(74,179,156); }
td.TdClassName
{
border-color: #4AB39C;
}
.TagClassName
{
border-color: #4AB39C;
}
</style>