Shades of Puerto Rico #4CCCAC
Tints of Puerto Rico #4CCCAC
RGB
CMYK
RGB Variations
Color information
#4CCCAC (or 0x4CCCAC) is known color: Puerto Rico. HEX triplet: 4C, CC and AC. RGB value is (76,204,172). Sum of RGB (Red+Green+Blue) = 76+204+172=452 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.81% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCCAC is #B33353. Grayscale: #A2A2A2. Windows color (decimal): -11744084 or 11324492. OLE color: 11324492.
HSL color Cylindrical-coordinate representation of color #4CCCAC: hue angle of 165º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCCAC is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 172 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.2 |
| HSL | 165º | 0.56% | 0.55% | - |
| HSV(B) | 165º | 0.63% | 0.8% | - |
| XYZ | 32.02 | 47.7 | 46.55 | - |
| YUV | 162.08 | 133.59 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 172 | 0.63 | 0 | 0.16 | 0.2 | 165 | 0.56 | 0.55 |
| Hex | 4C | CC | AC | 3F | 0 | 10 | 14 | A5 | 38 | 37 |
| Octal | 114 | 314 | 254 | 77 | 0 | 20 | 24 | 245 | 70 | 67 |
| Binary | 1001100 | 11001100 | 10101100 | 111111 | 0 | 10000 | 10100 | 10100101 | 111000 | 110111 |
Color Harmonies of #4CCCAC
Complementary color
Monochromatic Colors of #4CCCAC
Black with #4CCCAC
Text Example
Text Example
White with #4CCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCAC; }
p { color: rgb(76,204,172); }
H1.HeaderClassName
{
color: #4CCCAC;
}
.AnyTagClassName
{
color: #4CCCAC;
}
</style>
background-color css
<style>
a { background-color: #4CCCAC; }
a { background-color: rgb(76,204,172); }
div.DivClassName
{
background-color: #4CCCAC;
}
.BgClassName
{
background-color: #4CCCAC;
}
</style>
border-color css
<style>
span { border-color: #4CCCAC; }
span { border-color: rgb(76,204,172); }
td.TdClassName
{
border-color: #4CCCAC;
}
.TagClassName
{
border-color: #4CCCAC;
}
</style>