Shades of Puerto Rico #4CC4A6
Tints of Puerto Rico #4CC4A6
RGB
CMYK
RGB Variations
Color information
#4CC4A6 (or 0x4CC4A6) is known color: Puerto Rico. HEX triplet: 4C, C4 and A6. RGB value is (76,196,166). Sum of RGB (Red+Green+Blue) = 76+196+166=438 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.35% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #4CC4A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC4A6 is #B33B59. Grayscale: #9C9C9C. Windows color (decimal): -11746138 or 10929228. OLE color: 10929228.
HSL color Cylindrical-coordinate representation of color #4CC4A6: hue angle of 165º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC4A6 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 196 | 166 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.23 |
| HSL | 165º | 0.5% | 0.53% | - |
| HSV(B) | 165º | 0.61% | 0.77% | - |
| XYZ | 29.6 | 43.77 | 42.96 | - |
| YUV | 156.7 | 133.24 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 196 | 166 | 0.61 | 0 | 0.15 | 0.23 | 165 | 0.5 | 0.53 |
| Hex | 4C | C4 | A6 | 3D | 0 | F | 17 | A5 | 32 | 35 |
| Octal | 114 | 304 | 246 | 75 | 0 | 17 | 27 | 245 | 62 | 65 |
| Binary | 1001100 | 11000100 | 10100110 | 111101 | 0 | 1111 | 10111 | 10100101 | 110010 | 110101 |
Color Harmonies of #4CC4A6
Complementary color
Monochromatic Colors of #4CC4A6
Black with #4CC4A6
Text Example
Text Example
White with #4CC4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC4A6; }
p { color: rgb(76,196,166); }
H1.HeaderClassName
{
color: #4CC4A6;
}
.AnyTagClassName
{
color: #4CC4A6;
}
</style>
background-color css
<style>
a { background-color: #4CC4A6; }
a { background-color: rgb(76,196,166); }
div.DivClassName
{
background-color: #4CC4A6;
}
.BgClassName
{
background-color: #4CC4A6;
}
</style>
border-color css
<style>
span { border-color: #4CC4A6; }
span { border-color: rgb(76,196,166); }
td.TdClassName
{
border-color: #4CC4A6;
}
.TagClassName
{
border-color: #4CC4A6;
}
</style>