Shades of Puerto Rico #4DBC9C
Tints of Puerto Rico #4DBC9C
RGB
CMYK
RGB Variations
Color information
#4DBC9C (or 0x4DBC9C) is known color: Puerto Rico. HEX triplet: 4D, BC and 9C. RGB value is (77,188,156). Sum of RGB (Red+Green+Blue) = 77+188+156=421 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.29% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBC9C is #B24363. Grayscale: #979797. Windows color (decimal): -11682660 or 10271821. OLE color: 10271821.
HSL color Cylindrical-coordinate representation of color #4DBC9C: hue angle of 162.7º 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 #4DBC9C is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 156 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.26 |
| HSL | 162.7º | 0.45% | 0.52% | - |
| HSV(B) | 162.7º | 0.59% | 0.74% | - |
| XYZ | 27.04 | 39.94 | 37.74 | - |
| YUV | 151.16 | 130.73 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 156 | 0.59 | 0 | 0.17 | 0.26 | 162.7 | 0.45 | 0.52 |
| Hex | 4D | BC | 9C | 3B | 0 | 11 | 1A | A3 | 2D | 34 |
| Octal | 115 | 274 | 234 | 73 | 0 | 21 | 32 | 243 | 55 | 64 |
| Binary | 1001101 | 10111100 | 10011100 | 111011 | 0 | 10001 | 11010 | 10100011 | 101101 | 110100 |
Color Harmonies of #4DBC9C
Complementary color
Monochromatic Colors of #4DBC9C
Black with #4DBC9C
Text Example
Text Example
White with #4DBC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC9C; }
p { color: rgb(77,188,156); }
H1.HeaderClassName
{
color: #4DBC9C;
}
.AnyTagClassName
{
color: #4DBC9C;
}
</style>
background-color css
<style>
a { background-color: #4DBC9C; }
a { background-color: rgb(77,188,156); }
div.DivClassName
{
background-color: #4DBC9C;
}
.BgClassName
{
background-color: #4DBC9C;
}
</style>
border-color css
<style>
span { border-color: #4DBC9C; }
span { border-color: rgb(77,188,156); }
td.TdClassName
{
border-color: #4DBC9C;
}
.TagClassName
{
border-color: #4DBC9C;
}
</style>