Shades of Puerto Rico #4DB29D
Tints of Puerto Rico #4DB29D
RGB
CMYK
RGB Variations
Color information
#4DB29D (or 0x4DB29D) is known color: Puerto Rico. HEX triplet: 4D, B2 and 9D. RGB value is (77,178,157). Sum of RGB (Red+Green+Blue) = 77+178+157=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DB29D is #B24D62. Grayscale: #919191. Windows color (decimal): -11685219 or 10334797. OLE color: 10334797.
HSL color Cylindrical-coordinate representation of color #4DB29D: hue angle of 167.52º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB29D is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 178 | 157 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.30 |
| HSL | 167.52º | 0.4% | 0.5% | - |
| HSV(B) | 167.52º | 0.57% | 0.7% | - |
| XYZ | 25.07 | 35.85 | 37.5 | - |
| YUV | 145.41 | 134.54 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 178 | 157 | 0.57 | 0 | 0.12 | 0.30 | 167.52 | 0.4 | 0.5 |
| Hex | 4D | B2 | 9D | 39 | 0 | C | 1E | A8 | 28 | 32 |
| Octal | 115 | 262 | 235 | 71 | 0 | 14 | 36 | 250 | 50 | 62 |
| Binary | 1001101 | 10110010 | 10011101 | 111001 | 0 | 1100 | 11110 | 10101000 | 101000 | 110010 |
Color Harmonies of #4DB29D
Complementary color
Monochromatic Colors of #4DB29D
Black with #4DB29D
Text Example
Text Example
White with #4DB29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB29D; }
p { color: rgb(77,178,157); }
H1.HeaderClassName
{
color: #4DB29D;
}
.AnyTagClassName
{
color: #4DB29D;
}
</style>
background-color css
<style>
a { background-color: #4DB29D; }
a { background-color: rgb(77,178,157); }
div.DivClassName
{
background-color: #4DB29D;
}
.BgClassName
{
background-color: #4DB29D;
}
</style>
border-color css
<style>
span { border-color: #4DB29D; }
span { border-color: rgb(77,178,157); }
td.TdClassName
{
border-color: #4DB29D;
}
.TagClassName
{
border-color: #4DB29D;
}
</style>