Shades of Puerto Rico #4CCDA7
Tints of Puerto Rico #4CCDA7
RGB
CMYK
RGB Variations
Color information
#4CCDA7 (or 0x4CCDA7) is known color: Puerto Rico. HEX triplet: 4C, CD and A7. RGB value is (76,205,167). Sum of RGB (Red+Green+Blue) = 76+205+167=448 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.96% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 167 (65.62% from 255 or 37.28% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCDA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCDA7 is #B33258. Grayscale: #A2A2A2. Windows color (decimal): -11743833 or 10997068. OLE color: 10997068.
HSL color Cylindrical-coordinate representation of color #4CCDA7: hue angle of 162.33º 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 #4CCDA7 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 205 | 167 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.20 |
| HSL | 162.33º | 0.56% | 0.55% | - |
| HSV(B) | 162.33º | 0.63% | 0.8% | - |
| XYZ | 31.79 | 47.99 | 44.15 | - |
| YUV | 162.1 | 130.76 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 205 | 167 | 0.63 | 0 | 0.19 | 0.20 | 162.33 | 0.56 | 0.55 |
| Hex | 4C | CD | A7 | 3F | 0 | 13 | 14 | A2 | 38 | 37 |
| Octal | 114 | 315 | 247 | 77 | 0 | 23 | 24 | 242 | 70 | 67 |
| Binary | 1001100 | 11001101 | 10100111 | 111111 | 0 | 10011 | 10100 | 10100010 | 111000 | 110111 |
Color Harmonies of #4CCDA7
Complementary color
Monochromatic Colors of #4CCDA7
Black with #4CCDA7
Text Example
Text Example
White with #4CCDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCDA7; }
p { color: rgb(76,205,167); }
H1.HeaderClassName
{
color: #4CCDA7;
}
.AnyTagClassName
{
color: #4CCDA7;
}
</style>
background-color css
<style>
a { background-color: #4CCDA7; }
a { background-color: rgb(76,205,167); }
div.DivClassName
{
background-color: #4CCDA7;
}
.BgClassName
{
background-color: #4CCDA7;
}
</style>
border-color css
<style>
span { border-color: #4CCDA7; }
span { border-color: rgb(76,205,167); }
td.TdClassName
{
border-color: #4CCDA7;
}
.TagClassName
{
border-color: #4CCDA7;
}
</style>