Shades of Puerto Rico #4ABBAC
Tints of Puerto Rico #4ABBAC
RGB
CMYK
RGB Variations
Color information
#4ABBAC (or 0x4ABBAC) is known color: Puerto Rico. HEX triplet: 4A, BB and AC. RGB value is (74,187,172). Sum of RGB (Red+Green+Blue) = 74+187+172=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #4ABBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABBAC is #B54453. Grayscale: #979797. Windows color (decimal): -11879508 or 11320138. OLE color: 11320138.
HSL color Cylindrical-coordinate representation of color #4ABBAC: hue angle of 172.04º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4ABBAC is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 187 | 172 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.27 |
| HSL | 172.04º | 0.45% | 0.51% | - |
| HSV(B) | 172.04º | 0.6% | 0.73% | - |
| XYZ | 28.04 | 39.98 | 45.27 | - |
| YUV | 151.5 | 139.56 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 187 | 172 | 0.60 | 0 | 0.08 | 0.27 | 172.04 | 0.45 | 0.51 |
| Hex | 4A | BB | AC | 3C | 0 | 8 | 1B | AC | 2D | 33 |
| Octal | 112 | 273 | 254 | 74 | 0 | 10 | 33 | 254 | 55 | 63 |
| Binary | 1001010 | 10111011 | 10101100 | 111100 | 0 | 1000 | 11011 | 10101100 | 101101 | 110011 |
Color Harmonies of #4ABBAC
Complementary color
Monochromatic Colors of #4ABBAC
Black with #4ABBAC
Text Example
Text Example
White with #4ABBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABBAC; }
p { color: rgb(74,187,172); }
H1.HeaderClassName
{
color: #4ABBAC;
}
.AnyTagClassName
{
color: #4ABBAC;
}
</style>
background-color css
<style>
a { background-color: #4ABBAC; }
a { background-color: rgb(74,187,172); }
div.DivClassName
{
background-color: #4ABBAC;
}
.BgClassName
{
background-color: #4ABBAC;
}
</style>
border-color css
<style>
span { border-color: #4ABBAC; }
span { border-color: rgb(74,187,172); }
td.TdClassName
{
border-color: #4ABBAC;
}
.TagClassName
{
border-color: #4ABBAC;
}
</style>