Shades of Puerto Rico #4DCCAC
Tints of Puerto Rico #4DCCAC
RGB
CMYK
RGB Variations
Color information
#4DCCAC (or 0x4DCCAC) is known color: Puerto Rico. HEX triplet: 4D, CC and AC. RGB value is (77,204,172). Sum of RGB (Red+Green+Blue) = 77+204+172=453 (60% of max value = 765). Red value is 77 (30.47% from 255 or 17.00% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCCAC is #B23353. Grayscale: #A2A2A2. Windows color (decimal): -11678548 or 11324493. OLE color: 11324493.
HSL color Cylindrical-coordinate representation of color #4DCCAC: hue angle of 164.88º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCCAC is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 204 | 172 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.2 |
| HSL | 164.88º | 0.55% | 0.55% | - |
| HSV(B) | 164.88º | 0.62% | 0.8% | - |
| XYZ | 32.1 | 47.74 | 46.55 | - |
| YUV | 162.38 | 133.42 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 172 | 0.62 | 0 | 0.16 | 0.2 | 164.88 | 0.55 | 0.55 |
| Hex | 4D | CC | AC | 3E | 0 | 10 | 14 | A5 | 37 | 37 |
| Octal | 115 | 314 | 254 | 76 | 0 | 20 | 24 | 245 | 67 | 67 |
| Binary | 1001101 | 11001100 | 10101100 | 111110 | 0 | 10000 | 10100 | 10100101 | 110111 | 110111 |
Color Harmonies of #4DCCAC
Complementary color
Monochromatic Colors of #4DCCAC
Black with #4DCCAC
Text Example
Text Example
White with #4DCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCAC; }
p { color: rgb(77,204,172); }
H1.HeaderClassName
{
color: #4DCCAC;
}
.AnyTagClassName
{
color: #4DCCAC;
}
</style>
background-color css
<style>
a { background-color: #4DCCAC; }
a { background-color: rgb(77,204,172); }
div.DivClassName
{
background-color: #4DCCAC;
}
.BgClassName
{
background-color: #4DCCAC;
}
</style>
border-color css
<style>
span { border-color: #4DCCAC; }
span { border-color: rgb(77,204,172); }
td.TdClassName
{
border-color: #4DCCAC;
}
.TagClassName
{
border-color: #4DCCAC;
}
</style>