Shades of Puerto Rico #4CACA0
Tints of Puerto Rico #4CACA0
RGB
CMYK
RGB Variations
Color information
#4CACA0 (or 0x4CACA0) is known color: Puerto Rico. HEX triplet: 4C, AC and A0. RGB value is (76,172,160). Sum of RGB (Red+Green+Blue) = 76+172+160=408 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.63% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #4CACA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CACA0 is #B3535F. Grayscale: #8D8D8D. Windows color (decimal): -11752288 or 10529868. OLE color: 10529868.
HSL color Cylindrical-coordinate representation of color #4CACA0: hue angle of 172.5º 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 #4CACA0 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 172 | 160 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.33 |
| HSL | 172.5º | 0.39% | 0.49% | - |
| HSV(B) | 172.5º | 0.56% | 0.67% | - |
| XYZ | 24.08 | 33.58 | 38.47 | - |
| YUV | 141.93 | 138.2 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 160 | 0.56 | 0 | 0.07 | 0.33 | 172.5 | 0.39 | 0.49 |
| Hex | 4C | AC | A0 | 38 | 0 | 7 | 21 | AC | 27 | 31 |
| Octal | 114 | 254 | 240 | 70 | 0 | 7 | 41 | 254 | 47 | 61 |
| Binary | 1001100 | 10101100 | 10100000 | 111000 | 0 | 111 | 100001 | 10101100 | 100111 | 110001 |
Color Harmonies of #4CACA0
Complementary color
Monochromatic Colors of #4CACA0
Black with #4CACA0
Text Example
Text Example
White with #4CACA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CACA0; }
p { color: rgb(76,172,160); }
H1.HeaderClassName
{
color: #4CACA0;
}
.AnyTagClassName
{
color: #4CACA0;
}
</style>
background-color css
<style>
a { background-color: #4CACA0; }
a { background-color: rgb(76,172,160); }
div.DivClassName
{
background-color: #4CACA0;
}
.BgClassName
{
background-color: #4CACA0;
}
</style>
border-color css
<style>
span { border-color: #4CACA0; }
span { border-color: rgb(76,172,160); }
td.TdClassName
{
border-color: #4CACA0;
}
.TagClassName
{
border-color: #4CACA0;
}
</style>