Shades of Puerto Rico #4CC2A5
Tints of Puerto Rico #4CC2A5
RGB
CMYK
RGB Variations
Color information
#4CC2A5 (or 0x4CC2A5) is known color: Puerto Rico. HEX triplet: 4C, C2 and A5. RGB value is (76,194,165). Sum of RGB (Red+Green+Blue) = 76+194+165=435 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.47% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #4CC2A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC2A5 is #B33D5A. Grayscale: #9B9B9B. Windows color (decimal): -11746651 or 10863180. OLE color: 10863180.
HSL color Cylindrical-coordinate representation of color #4CC2A5: hue angle of 165.25º 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 #4CC2A5 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 194 | 165 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.24 |
| HSL | 165.25º | 0.49% | 0.53% | - |
| HSV(B) | 165.25º | 0.61% | 0.76% | - |
| XYZ | 29.06 | 42.84 | 42.33 | - |
| YUV | 155.41 | 133.41 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 194 | 165 | 0.61 | 0 | 0.15 | 0.24 | 165.25 | 0.49 | 0.53 |
| Hex | 4C | C2 | A5 | 3D | 0 | F | 18 | A5 | 31 | 35 |
| Octal | 114 | 302 | 245 | 75 | 0 | 17 | 30 | 245 | 61 | 65 |
| Binary | 1001100 | 11000010 | 10100101 | 111101 | 0 | 1111 | 11000 | 10100101 | 110001 | 110101 |
Color Harmonies of #4CC2A5
Complementary color
Monochromatic Colors of #4CC2A5
Black with #4CC2A5
Text Example
Text Example
White with #4CC2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC2A5; }
p { color: rgb(76,194,165); }
H1.HeaderClassName
{
color: #4CC2A5;
}
.AnyTagClassName
{
color: #4CC2A5;
}
</style>
background-color css
<style>
a { background-color: #4CC2A5; }
a { background-color: rgb(76,194,165); }
div.DivClassName
{
background-color: #4CC2A5;
}
.BgClassName
{
background-color: #4CC2A5;
}
</style>
border-color css
<style>
span { border-color: #4CC2A5; }
span { border-color: rgb(76,194,165); }
td.TdClassName
{
border-color: #4CC2A5;
}
.TagClassName
{
border-color: #4CC2A5;
}
</style>