Shades of Puerto Rico #4CC3A6
Tints of Puerto Rico #4CC3A6
RGB
CMYK
RGB Variations
Color information
#4CC3A6 (or 0x4CC3A6) is known color: Puerto Rico. HEX triplet: 4C, C3 and A6. RGB value is (76,195,166). Sum of RGB (Red+Green+Blue) = 76+195+166=437 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.39% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #4CC3A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC3A6 is #B33C59. Grayscale: #9C9C9C. Windows color (decimal): -11746394 or 10928972. OLE color: 10928972.
HSL color Cylindrical-coordinate representation of color #4CC3A6: hue angle of 165.38º degrees, saturation: 0.5, 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 #4CC3A6 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 195 | 166 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.24 |
| HSL | 165.38º | 0.5% | 0.53% | - |
| HSV(B) | 165.38º | 0.61% | 0.76% | - |
| XYZ | 29.38 | 43.32 | 42.89 | - |
| YUV | 156.11 | 133.58 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 195 | 166 | 0.61 | 0 | 0.15 | 0.24 | 165.38 | 0.5 | 0.53 |
| Hex | 4C | C3 | A6 | 3D | 0 | F | 18 | A5 | 32 | 35 |
| Octal | 114 | 303 | 246 | 75 | 0 | 17 | 30 | 245 | 62 | 65 |
| Binary | 1001100 | 11000011 | 10100110 | 111101 | 0 | 1111 | 11000 | 10100101 | 110010 | 110101 |
Color Harmonies of #4CC3A6
Complementary color
Monochromatic Colors of #4CC3A6
Black with #4CC3A6
Text Example
Text Example
White with #4CC3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC3A6; }
p { color: rgb(76,195,166); }
H1.HeaderClassName
{
color: #4CC3A6;
}
.AnyTagClassName
{
color: #4CC3A6;
}
</style>
background-color css
<style>
a { background-color: #4CC3A6; }
a { background-color: rgb(76,195,166); }
div.DivClassName
{
background-color: #4CC3A6;
}
.BgClassName
{
background-color: #4CC3A6;
}
</style>
border-color css
<style>
span { border-color: #4CC3A6; }
span { border-color: rgb(76,195,166); }
td.TdClassName
{
border-color: #4CC3A6;
}
.TagClassName
{
border-color: #4CC3A6;
}
</style>