Shades of Puerto Rico #4DBA96
Tints of Puerto Rico #4DBA96
RGB
CMYK
RGB Variations
Color information
#4DBA96 (or 0x4DBA96) is known color: Puerto Rico. HEX triplet: 4D, BA and 96. RGB value is (77,186,150). Sum of RGB (Red+Green+Blue) = 77+186+150=413 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.64% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBA96 is #B24569. Grayscale: #959595. Windows color (decimal): -11683178 or 9878093. OLE color: 9878093.
HSL color Cylindrical-coordinate representation of color #4DBA96: hue angle of 160.18º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBA96 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 186 | 150 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.27 |
| HSL | 160.18º | 0.44% | 0.52% | - |
| HSV(B) | 160.18º | 0.59% | 0.73% | - |
| XYZ | 26.12 | 38.9 | 34.99 | - |
| YUV | 149.31 | 128.39 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 150 | 0.59 | 0 | 0.19 | 0.27 | 160.18 | 0.44 | 0.52 |
| Hex | 4D | BA | 96 | 3B | 0 | 13 | 1B | A0 | 2C | 34 |
| Octal | 115 | 272 | 226 | 73 | 0 | 23 | 33 | 240 | 54 | 64 |
| Binary | 1001101 | 10111010 | 10010110 | 111011 | 0 | 10011 | 11011 | 10100000 | 101100 | 110100 |
Color Harmonies of #4DBA96
Complementary color
Monochromatic Colors of #4DBA96
Black with #4DBA96
Text Example
Text Example
White with #4DBA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBA96; }
p { color: rgb(77,186,150); }
H1.HeaderClassName
{
color: #4DBA96;
}
.AnyTagClassName
{
color: #4DBA96;
}
</style>
background-color css
<style>
a { background-color: #4DBA96; }
a { background-color: rgb(77,186,150); }
div.DivClassName
{
background-color: #4DBA96;
}
.BgClassName
{
background-color: #4DBA96;
}
</style>
border-color css
<style>
span { border-color: #4DBA96; }
span { border-color: rgb(77,186,150); }
td.TdClassName
{
border-color: #4DBA96;
}
.TagClassName
{
border-color: #4DBA96;
}
</style>