Shades of Puerto Rico #4AB197
Tints of Puerto Rico #4AB197
RGB
CMYK
RGB Variations
Color information
#4AB197 (or 0x4AB197) is known color: Puerto Rico. HEX triplet: 4A, B1 and 97. RGB value is (74,177,151). Sum of RGB (Red+Green+Blue) = 74+177+151=402 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.41% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB197 is #B54E68. Grayscale: #8F8F8F. Windows color (decimal): -11882089 or 9941322. OLE color: 9941322.
HSL color Cylindrical-coordinate representation of color #4AB197: hue angle of 164.85º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB197 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 177 | 151 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.31 |
| HSL | 164.85º | 0.41% | 0.49% | - |
| HSV(B) | 164.85º | 0.58% | 0.69% | - |
| XYZ | 24.13 | 35.13 | 34.79 | - |
| YUV | 143.24 | 132.38 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 177 | 151 | 0.58 | 0 | 0.15 | 0.31 | 164.85 | 0.41 | 0.49 |
| Hex | 4A | B1 | 97 | 3A | 0 | F | 1F | A5 | 29 | 31 |
| Octal | 112 | 261 | 227 | 72 | 0 | 17 | 37 | 245 | 51 | 61 |
| Binary | 1001010 | 10110001 | 10010111 | 111010 | 0 | 1111 | 11111 | 10100101 | 101001 | 110001 |
Color Harmonies of #4AB197
Complementary color
Monochromatic Colors of #4AB197
Black with #4AB197
Text Example
Text Example
White with #4AB197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB197; }
p { color: rgb(74,177,151); }
H1.HeaderClassName
{
color: #4AB197;
}
.AnyTagClassName
{
color: #4AB197;
}
</style>
background-color css
<style>
a { background-color: #4AB197; }
a { background-color: rgb(74,177,151); }
div.DivClassName
{
background-color: #4AB197;
}
.BgClassName
{
background-color: #4AB197;
}
</style>
border-color css
<style>
span { border-color: #4AB197; }
span { border-color: rgb(74,177,151); }
td.TdClassName
{
border-color: #4AB197;
}
.TagClassName
{
border-color: #4AB197;
}
</style>