Shades of Puerto Rico #4DB69B
Tints of Puerto Rico #4DB69B
RGB
CMYK
RGB Variations
Color information
#4DB69B (or 0x4DB69B) is known color: Puerto Rico. HEX triplet: 4D, B6 and 9B. RGB value is (77,182,155). Sum of RGB (Red+Green+Blue) = 77+182+155=414 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.60% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB69B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB69B is #B24964. Grayscale: #939393. Windows color (decimal): -11684197 or 10204749. OLE color: 10204749.
HSL color Cylindrical-coordinate representation of color #4DB69B: hue angle of 164.57º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB69B is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 182 | 155 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.29 |
| HSL | 164.57º | 0.42% | 0.51% | - |
| HSV(B) | 164.57º | 0.58% | 0.71% | - |
| XYZ | 25.7 | 37.4 | 36.87 | - |
| YUV | 147.53 | 132.21 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 155 | 0.58 | 0 | 0.15 | 0.29 | 164.57 | 0.42 | 0.51 |
| Hex | 4D | B6 | 9B | 3A | 0 | F | 1D | A5 | 2A | 33 |
| Octal | 115 | 266 | 233 | 72 | 0 | 17 | 35 | 245 | 52 | 63 |
| Binary | 1001101 | 10110110 | 10011011 | 111010 | 0 | 1111 | 11101 | 10100101 | 101010 | 110011 |
Color Harmonies of #4DB69B
Complementary color
Monochromatic Colors of #4DB69B
Black with #4DB69B
Text Example
Text Example
White with #4DB69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB69B; }
p { color: rgb(77,182,155); }
H1.HeaderClassName
{
color: #4DB69B;
}
.AnyTagClassName
{
color: #4DB69B;
}
</style>
background-color css
<style>
a { background-color: #4DB69B; }
a { background-color: rgb(77,182,155); }
div.DivClassName
{
background-color: #4DB69B;
}
.BgClassName
{
background-color: #4DB69B;
}
</style>
border-color css
<style>
span { border-color: #4DB69B; }
span { border-color: rgb(77,182,155); }
td.TdClassName
{
border-color: #4DB69B;
}
.TagClassName
{
border-color: #4DB69B;
}
</style>