Shades of Puerto Rico #4DBC98
Tints of Puerto Rico #4DBC98
RGB
CMYK
RGB Variations
Color information
#4DBC98 (or 0x4DBC98) is known color: Puerto Rico. HEX triplet: 4D, BC and 98. RGB value is (77,188,152). Sum of RGB (Red+Green+Blue) = 77+188+152=417 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.47% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBC98 is #B24367. Grayscale: #969696. Windows color (decimal): -11682664 or 10009677. OLE color: 10009677.
HSL color Cylindrical-coordinate representation of color #4DBC98: hue angle of 160.54º 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 #4DBC98 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 152 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.26 |
| HSL | 160.54º | 0.45% | 0.52% | - |
| HSV(B) | 160.54º | 0.59% | 0.74% | - |
| XYZ | 26.71 | 39.81 | 35.98 | - |
| YUV | 150.71 | 128.73 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 152 | 0.59 | 0 | 0.19 | 0.26 | 160.54 | 0.45 | 0.52 |
| Hex | 4D | BC | 98 | 3B | 0 | 13 | 1A | A1 | 2D | 34 |
| Octal | 115 | 274 | 230 | 73 | 0 | 23 | 32 | 241 | 55 | 64 |
| Binary | 1001101 | 10111100 | 10011000 | 111011 | 0 | 10011 | 11010 | 10100001 | 101101 | 110100 |
Color Harmonies of #4DBC98
Complementary color
Monochromatic Colors of #4DBC98
Black with #4DBC98
Text Example
Text Example
White with #4DBC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC98; }
p { color: rgb(77,188,152); }
H1.HeaderClassName
{
color: #4DBC98;
}
.AnyTagClassName
{
color: #4DBC98;
}
</style>
background-color css
<style>
a { background-color: #4DBC98; }
a { background-color: rgb(77,188,152); }
div.DivClassName
{
background-color: #4DBC98;
}
.BgClassName
{
background-color: #4DBC98;
}
</style>
border-color css
<style>
span { border-color: #4DBC98; }
span { border-color: rgb(77,188,152); }
td.TdClassName
{
border-color: #4DBC98;
}
.TagClassName
{
border-color: #4DBC98;
}
</style>