Shades of Puerto Rico #4DB99E
Tints of Puerto Rico #4DB99E
RGB
CMYK
RGB Variations
Color information
#4DB99E (or 0x4DB99E) is known color: Puerto Rico. HEX triplet: 4D, B9 and 9E. RGB value is (77,185,158). Sum of RGB (Red+Green+Blue) = 77+185+158=420 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.33% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB99E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB99E is #B24661. Grayscale: #959595. Windows color (decimal): -11683426 or 10402125. OLE color: 10402125.
HSL color Cylindrical-coordinate representation of color #4DB99E: hue angle of 165º 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 #4DB99E is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 158 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.27 |
| HSL | 165º | 0.44% | 0.51% | - |
| HSV(B) | 165º | 0.58% | 0.73% | - |
| XYZ | 26.58 | 38.74 | 38.43 | - |
| YUV | 149.63 | 132.72 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 158 | 0.58 | 0 | 0.15 | 0.27 | 165 | 0.44 | 0.51 |
| Hex | 4D | B9 | 9E | 3A | 0 | F | 1B | A5 | 2C | 33 |
| Octal | 115 | 271 | 236 | 72 | 0 | 17 | 33 | 245 | 54 | 63 |
| Binary | 1001101 | 10111001 | 10011110 | 111010 | 0 | 1111 | 11011 | 10100101 | 101100 | 110011 |
Color Harmonies of #4DB99E
Complementary color
Monochromatic Colors of #4DB99E
Black with #4DB99E
Text Example
Text Example
White with #4DB99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB99E; }
p { color: rgb(77,185,158); }
H1.HeaderClassName
{
color: #4DB99E;
}
.AnyTagClassName
{
color: #4DB99E;
}
</style>
background-color css
<style>
a { background-color: #4DB99E; }
a { background-color: rgb(77,185,158); }
div.DivClassName
{
background-color: #4DB99E;
}
.BgClassName
{
background-color: #4DB99E;
}
</style>
border-color css
<style>
span { border-color: #4DB99E; }
span { border-color: rgb(77,185,158); }
td.TdClassName
{
border-color: #4DB99E;
}
.TagClassName
{
border-color: #4DB99E;
}
</style>