Shades of Puerto Rico #4DBA99
Tints of Puerto Rico #4DBA99
RGB
CMYK
RGB Variations
Color information
#4DBA99 (or 0x4DBA99) is known color: Puerto Rico. HEX triplet: 4D, BA and 99. RGB value is (77,186,153). Sum of RGB (Red+Green+Blue) = 77+186+153=416 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.51% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBA99 is #B24566. Grayscale: #959595. Windows color (decimal): -11683175 or 10074701. OLE color: 10074701.
HSL color Cylindrical-coordinate representation of color #4DBA99: hue angle of 161.83º 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 #4DBA99 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 186 | 153 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.27 |
| HSL | 161.83º | 0.44% | 0.52% | - |
| HSV(B) | 161.83º | 0.59% | 0.73% | - |
| XYZ | 26.37 | 39 | 36.27 | - |
| YUV | 149.65 | 129.89 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 153 | 0.59 | 0 | 0.18 | 0.27 | 161.83 | 0.44 | 0.52 |
| Hex | 4D | BA | 99 | 3B | 0 | 12 | 1B | A2 | 2C | 34 |
| Octal | 115 | 272 | 231 | 73 | 0 | 22 | 33 | 242 | 54 | 64 |
| Binary | 1001101 | 10111010 | 10011001 | 111011 | 0 | 10010 | 11011 | 10100010 | 101100 | 110100 |
Color Harmonies of #4DBA99
Complementary color
Monochromatic Colors of #4DBA99
Black with #4DBA99
Text Example
Text Example
White with #4DBA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBA99; }
p { color: rgb(77,186,153); }
H1.HeaderClassName
{
color: #4DBA99;
}
.AnyTagClassName
{
color: #4DBA99;
}
</style>
background-color css
<style>
a { background-color: #4DBA99; }
a { background-color: rgb(77,186,153); }
div.DivClassName
{
background-color: #4DBA99;
}
.BgClassName
{
background-color: #4DBA99;
}
</style>
border-color css
<style>
span { border-color: #4DBA99; }
span { border-color: rgb(77,186,153); }
td.TdClassName
{
border-color: #4DBA99;
}
.TagClassName
{
border-color: #4DBA99;
}
</style>