Shades of Puerto Rico #4AB2AC
Tints of Puerto Rico #4AB2AC
RGB
CMYK
RGB Variations
Color information
#4AB2AC (or 0x4AB2AC) is known color: Puerto Rico. HEX triplet: 4A, B2 and AC. RGB value is (74,178,172). Sum of RGB (Red+Green+Blue) = 74+178+172=424 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.45% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB2AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB2AC is #B54D53. Grayscale: #929292. Windows color (decimal): -11881812 or 11317834. OLE color: 11317834.
HSL color Cylindrical-coordinate representation of color #4AB2AC: hue angle of 176.54º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB2AC is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 178 | 172 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.30 |
| HSL | 176.54º | 0.41% | 0.49% | - |
| HSV(B) | 176.54º | 0.58% | 0.7% | - |
| XYZ | 26.19 | 36.28 | 44.65 | - |
| YUV | 146.22 | 142.54 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 172 | 0.58 | 0 | 0.03 | 0.30 | 176.54 | 0.41 | 0.49 |
| Hex | 4A | B2 | AC | 3A | 0 | 3 | 1E | B1 | 29 | 31 |
| Octal | 112 | 262 | 254 | 72 | 0 | 3 | 36 | 261 | 51 | 61 |
| Binary | 1001010 | 10110010 | 10101100 | 111010 | 0 | 11 | 11110 | 10110001 | 101001 | 110001 |
Color Harmonies of #4AB2AC
Complementary color
Monochromatic Colors of #4AB2AC
Black with #4AB2AC
Text Example
Text Example
White with #4AB2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB2AC; }
p { color: rgb(74,178,172); }
H1.HeaderClassName
{
color: #4AB2AC;
}
.AnyTagClassName
{
color: #4AB2AC;
}
</style>
background-color css
<style>
a { background-color: #4AB2AC; }
a { background-color: rgb(74,178,172); }
div.DivClassName
{
background-color: #4AB2AC;
}
.BgClassName
{
background-color: #4AB2AC;
}
</style>
border-color css
<style>
span { border-color: #4AB2AC; }
span { border-color: rgb(74,178,172); }
td.TdClassName
{
border-color: #4AB2AC;
}
.TagClassName
{
border-color: #4AB2AC;
}
</style>