Shades of Puerto Rico #4AB2A1
Tints of Puerto Rico #4AB2A1
RGB
CMYK
RGB Variations
Color information
#4AB2A1 (or 0x4AB2A1) is known color: Puerto Rico. HEX triplet: 4A, B2 and A1. RGB value is (74,178,161). Sum of RGB (Red+Green+Blue) = 74+178+161=413 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.92% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB2A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB2A1 is #B54D5E. Grayscale: #909090. Windows color (decimal): -11881823 or 10596938. OLE color: 10596938.
HSL color Cylindrical-coordinate representation of color #4AB2A1: hue angle of 170.19º 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 #4AB2A1 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 178 | 161 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.30 |
| HSL | 170.19º | 0.41% | 0.49% | - |
| HSV(B) | 170.19º | 0.58% | 0.7% | - |
| XYZ | 25.18 | 35.87 | 39.31 | - |
| YUV | 144.97 | 137.04 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 161 | 0.58 | 0 | 0.10 | 0.30 | 170.19 | 0.41 | 0.49 |
| Hex | 4A | B2 | A1 | 3A | 0 | A | 1E | AA | 29 | 31 |
| Octal | 112 | 262 | 241 | 72 | 0 | 12 | 36 | 252 | 51 | 61 |
| Binary | 1001010 | 10110010 | 10100001 | 111010 | 0 | 1010 | 11110 | 10101010 | 101001 | 110001 |
Color Harmonies of #4AB2A1
Complementary color
Monochromatic Colors of #4AB2A1
Black with #4AB2A1
Text Example
Text Example
White with #4AB2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB2A1; }
p { color: rgb(74,178,161); }
H1.HeaderClassName
{
color: #4AB2A1;
}
.AnyTagClassName
{
color: #4AB2A1;
}
</style>
background-color css
<style>
a { background-color: #4AB2A1; }
a { background-color: rgb(74,178,161); }
div.DivClassName
{
background-color: #4AB2A1;
}
.BgClassName
{
background-color: #4AB2A1;
}
</style>
border-color css
<style>
span { border-color: #4AB2A1; }
span { border-color: rgb(74,178,161); }
td.TdClassName
{
border-color: #4AB2A1;
}
.TagClassName
{
border-color: #4AB2A1;
}
</style>