Shades of Puerto Rico #4AAC97
Tints of Puerto Rico #4AAC97
RGB
CMYK
RGB Variations
Color information
#4AAC97 (or 0x4AAC97) is known color: Puerto Rico. HEX triplet: 4A, AC and 97. RGB value is (74,172,151). Sum of RGB (Red+Green+Blue) = 74+172+151=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #4AAC97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAC97 is #B55368. Grayscale: #8C8C8C. Windows color (decimal): -11883369 or 9940042. OLE color: 9940042.
HSL color Cylindrical-coordinate representation of color #4AAC97: hue angle of 167.14º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAC97 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 172 | 151 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.33 |
| HSL | 167.14º | 0.4% | 0.48% | - |
| HSV(B) | 167.14º | 0.57% | 0.67% | - |
| XYZ | 23.16 | 33.2 | 34.46 | - |
| YUV | 140.3 | 134.03 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 172 | 151 | 0.57 | 0 | 0.12 | 0.33 | 167.14 | 0.4 | 0.48 |
| Hex | 4A | AC | 97 | 39 | 0 | C | 21 | A7 | 28 | 30 |
| Octal | 112 | 254 | 227 | 71 | 0 | 14 | 41 | 247 | 50 | 60 |
| Binary | 1001010 | 10101100 | 10010111 | 111001 | 0 | 1100 | 100001 | 10100111 | 101000 | 110000 |
Color Harmonies of #4AAC97
Complementary color
Monochromatic Colors of #4AAC97
Black with #4AAC97
Text Example
Text Example
White with #4AAC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAC97; }
p { color: rgb(74,172,151); }
H1.HeaderClassName
{
color: #4AAC97;
}
.AnyTagClassName
{
color: #4AAC97;
}
</style>
background-color css
<style>
a { background-color: #4AAC97; }
a { background-color: rgb(74,172,151); }
div.DivClassName
{
background-color: #4AAC97;
}
.BgClassName
{
background-color: #4AAC97;
}
</style>
border-color css
<style>
span { border-color: #4AAC97; }
span { border-color: rgb(74,172,151); }
td.TdClassName
{
border-color: #4AAC97;
}
.TagClassName
{
border-color: #4AAC97;
}
</style>