Shades of Puerto Rico #4DC1A9
Tints of Puerto Rico #4DC1A9
RGB
CMYK
RGB Variations
Color information
#4DC1A9 (or 0x4DC1A9) is known color: Puerto Rico. HEX triplet: 4D, C1 and A9. RGB value is (77,193,169). Sum of RGB (Red+Green+Blue) = 77+193+169=439 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.54% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC1A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC1A9 is #B23E56. Grayscale: #9B9B9B. Windows color (decimal): -11681367 or 11125069. OLE color: 11125069.
HSL color Cylindrical-coordinate representation of color #4DC1A9: hue angle of 167.59º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC1A9 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 193 | 169 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.24 |
| HSL | 167.59º | 0.48% | 0.53% | - |
| HSV(B) | 167.59º | 0.6% | 0.76% | - |
| XYZ | 29.29 | 42.58 | 44.21 | - |
| YUV | 155.58 | 135.57 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 193 | 169 | 0.60 | 0 | 0.12 | 0.24 | 167.59 | 0.48 | 0.53 |
| Hex | 4D | C1 | A9 | 3C | 0 | C | 18 | A8 | 30 | 35 |
| Octal | 115 | 301 | 251 | 74 | 0 | 14 | 30 | 250 | 60 | 65 |
| Binary | 1001101 | 11000001 | 10101001 | 111100 | 0 | 1100 | 11000 | 10101000 | 110000 | 110101 |
Color Harmonies of #4DC1A9
Complementary color
Monochromatic Colors of #4DC1A9
Black with #4DC1A9
Text Example
Text Example
White with #4DC1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC1A9; }
p { color: rgb(77,193,169); }
H1.HeaderClassName
{
color: #4DC1A9;
}
.AnyTagClassName
{
color: #4DC1A9;
}
</style>
background-color css
<style>
a { background-color: #4DC1A9; }
a { background-color: rgb(77,193,169); }
div.DivClassName
{
background-color: #4DC1A9;
}
.BgClassName
{
background-color: #4DC1A9;
}
</style>
border-color css
<style>
span { border-color: #4DC1A9; }
span { border-color: rgb(77,193,169); }
td.TdClassName
{
border-color: #4DC1A9;
}
.TagClassName
{
border-color: #4DC1A9;
}
</style>