Shades of Puerto Rico #4CC1A6
Tints of Puerto Rico #4CC1A6
RGB
CMYK
RGB Variations
Color information
#4CC1A6 (or 0x4CC1A6) is known color: Puerto Rico. HEX triplet: 4C, C1 and A6. RGB value is (76,193,166). Sum of RGB (Red+Green+Blue) = 76+193+166=435 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.47% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC1A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC1A6 is #B33E59. Grayscale: #9A9A9A. Windows color (decimal): -11746906 or 10928460. OLE color: 10928460.
HSL color Cylindrical-coordinate representation of color #4CC1A6: hue angle of 166.15º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC1A6 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 193 | 166 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.24 |
| HSL | 166.15º | 0.49% | 0.53% | - |
| HSV(B) | 166.15º | 0.61% | 0.76% | - |
| XYZ | 28.93 | 42.43 | 42.74 | - |
| YUV | 154.94 | 134.24 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 193 | 166 | 0.61 | 0 | 0.14 | 0.24 | 166.15 | 0.49 | 0.53 |
| Hex | 4C | C1 | A6 | 3D | 0 | E | 18 | A6 | 31 | 35 |
| Octal | 114 | 301 | 246 | 75 | 0 | 16 | 30 | 246 | 61 | 65 |
| Binary | 1001100 | 11000001 | 10100110 | 111101 | 0 | 1110 | 11000 | 10100110 | 110001 | 110101 |
Color Harmonies of #4CC1A6
Complementary color
Monochromatic Colors of #4CC1A6
Black with #4CC1A6
Text Example
Text Example
White with #4CC1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC1A6; }
p { color: rgb(76,193,166); }
H1.HeaderClassName
{
color: #4CC1A6;
}
.AnyTagClassName
{
color: #4CC1A6;
}
</style>
background-color css
<style>
a { background-color: #4CC1A6; }
a { background-color: rgb(76,193,166); }
div.DivClassName
{
background-color: #4CC1A6;
}
.BgClassName
{
background-color: #4CC1A6;
}
</style>
border-color css
<style>
span { border-color: #4CC1A6; }
span { border-color: rgb(76,193,166); }
td.TdClassName
{
border-color: #4CC1A6;
}
.TagClassName
{
border-color: #4CC1A6;
}
</style>