Shades of Puerto Rico #4CAC97
Tints of Puerto Rico #4CAC97
RGB
CMYK
RGB Variations
Color information
#4CAC97 (or 0x4CAC97) is known color: Puerto Rico. HEX triplet: 4C, AC and 97. RGB value is (76,172,151). Sum of RGB (Red+Green+Blue) = 76+172+151=399 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.05% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAC97 is #B35368. Grayscale: #8C8C8C. Windows color (decimal): -11752297 or 9940044. OLE color: 9940044.
HSL color Cylindrical-coordinate representation of color #4CAC97: hue angle of 166.88º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAC97 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 172 | 151 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.33 |
| HSL | 166.88º | 0.39% | 0.49% | - |
| HSV(B) | 166.88º | 0.56% | 0.67% | - |
| XYZ | 23.32 | 33.28 | 34.47 | - |
| YUV | 140.9 | 133.7 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 151 | 0.56 | 0 | 0.12 | 0.33 | 166.88 | 0.39 | 0.49 |
| Hex | 4C | AC | 97 | 38 | 0 | C | 21 | A7 | 27 | 31 |
| Octal | 114 | 254 | 227 | 70 | 0 | 14 | 41 | 247 | 47 | 61 |
| Binary | 1001100 | 10101100 | 10010111 | 111000 | 0 | 1100 | 100001 | 10100111 | 100111 | 110001 |
Color Harmonies of #4CAC97
Complementary color
Monochromatic Colors of #4CAC97
Black with #4CAC97
Text Example
Text Example
White with #4CAC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAC97; }
p { color: rgb(76,172,151); }
H1.HeaderClassName
{
color: #4CAC97;
}
.AnyTagClassName
{
color: #4CAC97;
}
</style>
background-color css
<style>
a { background-color: #4CAC97; }
a { background-color: rgb(76,172,151); }
div.DivClassName
{
background-color: #4CAC97;
}
.BgClassName
{
background-color: #4CAC97;
}
</style>
border-color css
<style>
span { border-color: #4CAC97; }
span { border-color: rgb(76,172,151); }
td.TdClassName
{
border-color: #4CAC97;
}
.TagClassName
{
border-color: #4CAC97;
}
</style>