Shades of Puerto Rico #4CCAA4
Tints of Puerto Rico #4CCAA4
RGB
CMYK
RGB Variations
Color information
#4CCAA4 (or 0x4CCAA4) is known color: Puerto Rico. HEX triplet: 4C, CA and A4. RGB value is (76,202,164). Sum of RGB (Red+Green+Blue) = 76+202+164=442 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.19% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCAA4 is #B3355B. Grayscale: #A0A0A0. Windows color (decimal): -11744604 or 10799692. OLE color: 10799692.
HSL color Cylindrical-coordinate representation of color #4CCAA4: hue angle of 161.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CCAA4 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 202 | 164 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.21 |
| HSL | 161.9º | 0.54% | 0.55% | - |
| HSV(B) | 161.9º | 0.62% | 0.79% | - |
| XYZ | 30.8 | 46.46 | 42.47 | - |
| YUV | 159.99 | 130.26 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 202 | 164 | 0.62 | 0 | 0.19 | 0.21 | 161.9 | 0.54 | 0.55 |
| Hex | 4C | CA | A4 | 3E | 0 | 13 | 15 | A2 | 36 | 37 |
| Octal | 114 | 312 | 244 | 76 | 0 | 23 | 25 | 242 | 66 | 67 |
| Binary | 1001100 | 11001010 | 10100100 | 111110 | 0 | 10011 | 10101 | 10100010 | 110110 | 110111 |
Color Harmonies of #4CCAA4
Complementary color
Monochromatic Colors of #4CCAA4
Black with #4CCAA4
Text Example
Text Example
White with #4CCAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCAA4; }
p { color: rgb(76,202,164); }
H1.HeaderClassName
{
color: #4CCAA4;
}
.AnyTagClassName
{
color: #4CCAA4;
}
</style>
background-color css
<style>
a { background-color: #4CCAA4; }
a { background-color: rgb(76,202,164); }
div.DivClassName
{
background-color: #4CCAA4;
}
.BgClassName
{
background-color: #4CCAA4;
}
</style>
border-color css
<style>
span { border-color: #4CCAA4; }
span { border-color: rgb(76,202,164); }
td.TdClassName
{
border-color: #4CCAA4;
}
.TagClassName
{
border-color: #4CCAA4;
}
</style>