Shades of Puerto Rico #4DBC9E
Tints of Puerto Rico #4DBC9E
RGB
CMYK
RGB Variations
Color information
#4DBC9E (or 0x4DBC9E) is known color: Puerto Rico. HEX triplet: 4D, BC and 9E. RGB value is (77,188,158). Sum of RGB (Red+Green+Blue) = 77+188+158=423 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.20% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBC9E is #B24361. Grayscale: #979797. Windows color (decimal): -11682658 or 10402893. OLE color: 10402893.
HSL color Cylindrical-coordinate representation of color #4DBC9E: hue angle of 163.78º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBC9E is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 158 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.26 |
| HSL | 163.78º | 0.45% | 0.52% | - |
| HSV(B) | 163.78º | 0.59% | 0.74% | - |
| XYZ | 27.22 | 40.01 | 38.64 | - |
| YUV | 151.39 | 131.73 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 158 | 0.59 | 0 | 0.16 | 0.26 | 163.78 | 0.45 | 0.52 |
| Hex | 4D | BC | 9E | 3B | 0 | 10 | 1A | A4 | 2D | 34 |
| Octal | 115 | 274 | 236 | 73 | 0 | 20 | 32 | 244 | 55 | 64 |
| Binary | 1001101 | 10111100 | 10011110 | 111011 | 0 | 10000 | 11010 | 10100100 | 101101 | 110100 |
Color Harmonies of #4DBC9E
Complementary color
Monochromatic Colors of #4DBC9E
Black with #4DBC9E
Text Example
Text Example
White with #4DBC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC9E; }
p { color: rgb(77,188,158); }
H1.HeaderClassName
{
color: #4DBC9E;
}
.AnyTagClassName
{
color: #4DBC9E;
}
</style>
background-color css
<style>
a { background-color: #4DBC9E; }
a { background-color: rgb(77,188,158); }
div.DivClassName
{
background-color: #4DBC9E;
}
.BgClassName
{
background-color: #4DBC9E;
}
</style>
border-color css
<style>
span { border-color: #4DBC9E; }
span { border-color: rgb(77,188,158); }
td.TdClassName
{
border-color: #4DBC9E;
}
.TagClassName
{
border-color: #4DBC9E;
}
</style>