Shades of Puerto Rico #4DB49C
Tints of Puerto Rico #4DB49C
RGB
CMYK
RGB Variations
Color information
#4DB49C (or 0x4DB49C) is known color: Puerto Rico. HEX triplet: 4D, B4 and 9C. RGB value is (77,180,156). Sum of RGB (Red+Green+Blue) = 77+180+156=413 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.64% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB49C is #B24B63. Grayscale: #929292. Windows color (decimal): -11684708 or 10269773. OLE color: 10269773.
HSL color Cylindrical-coordinate representation of color #4DB49C: hue angle of 166.02º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB49C is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 156 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.29 |
| HSL | 166.02º | 0.41% | 0.5% | - |
| HSV(B) | 166.02º | 0.57% | 0.71% | - |
| XYZ | 25.38 | 36.62 | 37.18 | - |
| YUV | 146.47 | 133.38 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 156 | 0.57 | 0 | 0.13 | 0.29 | 166.02 | 0.41 | 0.5 |
| Hex | 4D | B4 | 9C | 39 | 0 | D | 1D | A6 | 29 | 32 |
| Octal | 115 | 264 | 234 | 71 | 0 | 15 | 35 | 246 | 51 | 62 |
| Binary | 1001101 | 10110100 | 10011100 | 111001 | 0 | 1101 | 11101 | 10100110 | 101001 | 110010 |
Color Harmonies of #4DB49C
Complementary color
Monochromatic Colors of #4DB49C
Black with #4DB49C
Text Example
Text Example
White with #4DB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB49C; }
p { color: rgb(77,180,156); }
H1.HeaderClassName
{
color: #4DB49C;
}
.AnyTagClassName
{
color: #4DB49C;
}
</style>
background-color css
<style>
a { background-color: #4DB49C; }
a { background-color: rgb(77,180,156); }
div.DivClassName
{
background-color: #4DB49C;
}
.BgClassName
{
background-color: #4DB49C;
}
</style>
border-color css
<style>
span { border-color: #4DB49C; }
span { border-color: rgb(77,180,156); }
td.TdClassName
{
border-color: #4DB49C;
}
.TagClassName
{
border-color: #4DB49C;
}
</style>