Shades of Puerto Rico #4AB4AC
Tints of Puerto Rico #4AB4AC
RGB
CMYK
RGB Variations
Color information
#4AB4AC (or 0x4AB4AC) is known color: Puerto Rico. HEX triplet: 4A, B4 and AC. RGB value is (74,180,172). Sum of RGB (Red+Green+Blue) = 74+180+172=426 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.37% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB4AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB4AC is #B54B53. Grayscale: #939393. Windows color (decimal): -11881300 or 11318346. OLE color: 11318346.
HSL color Cylindrical-coordinate representation of color #4AB4AC: hue angle of 175.47º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB4AC is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 180 | 172 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.29 |
| HSL | 175.47º | 0.42% | 0.5% | - |
| HSV(B) | 175.47º | 0.59% | 0.71% | - |
| XYZ | 26.59 | 37.08 | 44.78 | - |
| YUV | 147.39 | 141.88 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 180 | 172 | 0.59 | 0 | 0.04 | 0.29 | 175.47 | 0.42 | 0.5 |
| Hex | 4A | B4 | AC | 3B | 0 | 4 | 1D | AF | 2A | 32 |
| Octal | 112 | 264 | 254 | 73 | 0 | 4 | 35 | 257 | 52 | 62 |
| Binary | 1001010 | 10110100 | 10101100 | 111011 | 0 | 100 | 11101 | 10101111 | 101010 | 110010 |
Color Harmonies of #4AB4AC
Complementary color
Monochromatic Colors of #4AB4AC
Black with #4AB4AC
Text Example
Text Example
White with #4AB4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB4AC; }
p { color: rgb(74,180,172); }
H1.HeaderClassName
{
color: #4AB4AC;
}
.AnyTagClassName
{
color: #4AB4AC;
}
</style>
background-color css
<style>
a { background-color: #4AB4AC; }
a { background-color: rgb(74,180,172); }
div.DivClassName
{
background-color: #4AB4AC;
}
.BgClassName
{
background-color: #4AB4AC;
}
</style>
border-color css
<style>
span { border-color: #4AB4AC; }
span { border-color: rgb(74,180,172); }
td.TdClassName
{
border-color: #4AB4AC;
}
.TagClassName
{
border-color: #4AB4AC;
}
</style>