Shades of Puerto Rico #4CCDAA
Tints of Puerto Rico #4CCDAA
RGB
CMYK
RGB Variations
Color information
#4CCDAA (or 0x4CCDAA) is known color: Puerto Rico. HEX triplet: 4C, CD and AA. RGB value is (76,205,170). Sum of RGB (Red+Green+Blue) = 76+205+170=451 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.85% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCDAA is #B33255. Grayscale: #A2A2A2. Windows color (decimal): -11743830 or 11193676. OLE color: 11193676.
HSL color Cylindrical-coordinate representation of color #4CCDAA: hue angle of 163.72º 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 #4CCDAA is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 205 | 170 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.20 |
| HSL | 163.72º | 0.56% | 0.55% | - |
| HSV(B) | 163.72º | 0.63% | 0.8% | - |
| XYZ | 32.07 | 48.1 | 45.62 | - |
| YUV | 162.44 | 132.26 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 205 | 170 | 0.63 | 0 | 0.17 | 0.20 | 163.72 | 0.56 | 0.55 |
| Hex | 4C | CD | AA | 3F | 0 | 11 | 14 | A4 | 38 | 37 |
| Octal | 114 | 315 | 252 | 77 | 0 | 21 | 24 | 244 | 70 | 67 |
| Binary | 1001100 | 11001101 | 10101010 | 111111 | 0 | 10001 | 10100 | 10100100 | 111000 | 110111 |
Color Harmonies of #4CCDAA
Complementary color
Monochromatic Colors of #4CCDAA
Black with #4CCDAA
Text Example
Text Example
White with #4CCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCDAA; }
p { color: rgb(76,205,170); }
H1.HeaderClassName
{
color: #4CCDAA;
}
.AnyTagClassName
{
color: #4CCDAA;
}
</style>
background-color css
<style>
a { background-color: #4CCDAA; }
a { background-color: rgb(76,205,170); }
div.DivClassName
{
background-color: #4CCDAA;
}
.BgClassName
{
background-color: #4CCDAA;
}
</style>
border-color css
<style>
span { border-color: #4CCDAA; }
span { border-color: rgb(76,205,170); }
td.TdClassName
{
border-color: #4CCDAA;
}
.TagClassName
{
border-color: #4CCDAA;
}
</style>