Shades of Puerto Rico #4DB998
Tints of Puerto Rico #4DB998
RGB
CMYK
RGB Variations
Color information
#4DB998 (or 0x4DB998) is known color: Puerto Rico. HEX triplet: 4D, B9 and 98. RGB value is (77,185,152). Sum of RGB (Red+Green+Blue) = 77+185+152=414 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.60% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB998 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB998 is #B24667. Grayscale: #949494. Windows color (decimal): -11683432 or 10008909. OLE color: 10008909.
HSL color Cylindrical-coordinate representation of color #4DB998: hue angle of 161.67º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB998 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 152 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.27 |
| HSL | 161.67º | 0.44% | 0.51% | - |
| HSV(B) | 161.67º | 0.58% | 0.73% | - |
| XYZ | 26.08 | 38.54 | 35.77 | - |
| YUV | 148.95 | 129.72 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 152 | 0.58 | 0 | 0.18 | 0.27 | 161.67 | 0.44 | 0.51 |
| Hex | 4D | B9 | 98 | 3A | 0 | 12 | 1B | A2 | 2C | 33 |
| Octal | 115 | 271 | 230 | 72 | 0 | 22 | 33 | 242 | 54 | 63 |
| Binary | 1001101 | 10111001 | 10011000 | 111010 | 0 | 10010 | 11011 | 10100010 | 101100 | 110011 |
Color Harmonies of #4DB998
Complementary color
Monochromatic Colors of #4DB998
Black with #4DB998
Text Example
Text Example
White with #4DB998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB998; }
p { color: rgb(77,185,152); }
H1.HeaderClassName
{
color: #4DB998;
}
.AnyTagClassName
{
color: #4DB998;
}
</style>
background-color css
<style>
a { background-color: #4DB998; }
a { background-color: rgb(77,185,152); }
div.DivClassName
{
background-color: #4DB998;
}
.BgClassName
{
background-color: #4DB998;
}
</style>
border-color css
<style>
span { border-color: #4DB998; }
span { border-color: rgb(77,185,152); }
td.TdClassName
{
border-color: #4DB998;
}
.TagClassName
{
border-color: #4DB998;
}
</style>