Shades of Puerto Rico #4CCCAA
Tints of Puerto Rico #4CCCAA
RGB
CMYK
RGB Variations
Color information
#4CCCAA (or 0x4CCCAA) is known color: Puerto Rico. HEX triplet: 4C, CC and AA. RGB value is (76,204,170). Sum of RGB (Red+Green+Blue) = 76+204+170=450 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.89% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCCAA is #B33355. Grayscale: #A1A1A1. Windows color (decimal): -11744086 or 11193420. OLE color: 11193420.
HSL color Cylindrical-coordinate representation of color #4CCCAA: hue angle of 164.06º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCCAA is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 170 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.2 |
| HSL | 164.06º | 0.56% | 0.55% | - |
| HSV(B) | 164.06º | 0.63% | 0.8% | - |
| XYZ | 31.83 | 47.62 | 45.55 | - |
| YUV | 161.85 | 132.59 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 170 | 0.63 | 0 | 0.17 | 0.2 | 164.06 | 0.56 | 0.55 |
| Hex | 4C | CC | AA | 3F | 0 | 11 | 14 | A4 | 38 | 37 |
| Octal | 114 | 314 | 252 | 77 | 0 | 21 | 24 | 244 | 70 | 67 |
| Binary | 1001100 | 11001100 | 10101010 | 111111 | 0 | 10001 | 10100 | 10100100 | 111000 | 110111 |
Color Harmonies of #4CCCAA
Complementary color
Monochromatic Colors of #4CCCAA
Black with #4CCCAA
Text Example
Text Example
White with #4CCCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCAA; }
p { color: rgb(76,204,170); }
H1.HeaderClassName
{
color: #4CCCAA;
}
.AnyTagClassName
{
color: #4CCCAA;
}
</style>
background-color css
<style>
a { background-color: #4CCCAA; }
a { background-color: rgb(76,204,170); }
div.DivClassName
{
background-color: #4CCCAA;
}
.BgClassName
{
background-color: #4CCCAA;
}
</style>
border-color css
<style>
span { border-color: #4CCCAA; }
span { border-color: rgb(76,204,170); }
td.TdClassName
{
border-color: #4CCCAA;
}
.TagClassName
{
border-color: #4CCCAA;
}
</style>