Shades of Puerto Rico #4CBCAC
Tints of Puerto Rico #4CBCAC
RGB
CMYK
RGB Variations
Color information
#4CBCAC (or 0x4CBCAC) is known color: Puerto Rico. HEX triplet: 4C, BC and AC. RGB value is (76,188,172). Sum of RGB (Red+Green+Blue) = 76+188+172=436 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.43% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBCAC is #B34353. Grayscale: #989898. Windows color (decimal): -11748180 or 11320396. OLE color: 11320396.
HSL color Cylindrical-coordinate representation of color #4CBCAC: hue angle of 171.43º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBCAC is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 172 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.26 |
| HSL | 171.43º | 0.46% | 0.52% | - |
| HSV(B) | 171.43º | 0.6% | 0.74% | - |
| XYZ | 28.41 | 40.48 | 45.35 | - |
| YUV | 152.69 | 138.89 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 172 | 0.60 | 0 | 0.09 | 0.26 | 171.43 | 0.46 | 0.52 |
| Hex | 4C | BC | AC | 3C | 0 | 9 | 1A | AB | 2E | 34 |
| Octal | 114 | 274 | 254 | 74 | 0 | 11 | 32 | 253 | 56 | 64 |
| Binary | 1001100 | 10111100 | 10101100 | 111100 | 0 | 1001 | 11010 | 10101011 | 101110 | 110100 |
Color Harmonies of #4CBCAC
Complementary color
Monochromatic Colors of #4CBCAC
Black with #4CBCAC
Text Example
Text Example
White with #4CBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBCAC; }
p { color: rgb(76,188,172); }
H1.HeaderClassName
{
color: #4CBCAC;
}
.AnyTagClassName
{
color: #4CBCAC;
}
</style>
background-color css
<style>
a { background-color: #4CBCAC; }
a { background-color: rgb(76,188,172); }
div.DivClassName
{
background-color: #4CBCAC;
}
.BgClassName
{
background-color: #4CBCAC;
}
</style>
border-color css
<style>
span { border-color: #4CBCAC; }
span { border-color: rgb(76,188,172); }
td.TdClassName
{
border-color: #4CBCAC;
}
.TagClassName
{
border-color: #4CBCAC;
}
</style>