Shades of Puerto Rico #4CC9A4
Tints of Puerto Rico #4CC9A4
RGB
CMYK
RGB Variations
Color information
#4CC9A4 (or 0x4CC9A4) is known color: Puerto Rico. HEX triplet: 4C, C9 and A4. RGB value is (76,201,164). Sum of RGB (Red+Green+Blue) = 76+201+164=441 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.23% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #4CC9A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC9A4 is #B3365B. Grayscale: #9F9F9F. Windows color (decimal): -11744860 or 10799436. OLE color: 10799436.
HSL color Cylindrical-coordinate representation of color #4CC9A4: hue angle of 162.24º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CC9A4 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 201 | 164 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.21 |
| HSL | 162.24º | 0.54% | 0.54% | - |
| HSV(B) | 162.24º | 0.62% | 0.79% | - |
| XYZ | 30.57 | 45.99 | 42.39 | - |
| YUV | 159.41 | 130.59 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 201 | 164 | 0.62 | 0 | 0.18 | 0.21 | 162.24 | 0.54 | 0.54 |
| Hex | 4C | C9 | A4 | 3E | 0 | 12 | 15 | A2 | 36 | 36 |
| Octal | 114 | 311 | 244 | 76 | 0 | 22 | 25 | 242 | 66 | 66 |
| Binary | 1001100 | 11001001 | 10100100 | 111110 | 0 | 10010 | 10101 | 10100010 | 110110 | 110110 |
Color Harmonies of #4CC9A4
Complementary color
Monochromatic Colors of #4CC9A4
Black with #4CC9A4
Text Example
Text Example
White with #4CC9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC9A4; }
p { color: rgb(76,201,164); }
H1.HeaderClassName
{
color: #4CC9A4;
}
.AnyTagClassName
{
color: #4CC9A4;
}
</style>
background-color css
<style>
a { background-color: #4CC9A4; }
a { background-color: rgb(76,201,164); }
div.DivClassName
{
background-color: #4CC9A4;
}
.BgClassName
{
background-color: #4CC9A4;
}
</style>
border-color css
<style>
span { border-color: #4CC9A4; }
span { border-color: rgb(76,201,164); }
td.TdClassName
{
border-color: #4CC9A4;
}
.TagClassName
{
border-color: #4CC9A4;
}
</style>