Shades of Puerto Rico #4DBA9D
Tints of Puerto Rico #4DBA9D
RGB
CMYK
RGB Variations
Color information
#4DBA9D (or 0x4DBA9D) is known color: Puerto Rico. HEX triplet: 4D, BA and 9D. RGB value is (77,186,157). Sum of RGB (Red+Green+Blue) = 77+186+157=420 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.33% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBA9D is #B24562. Grayscale: #969696. Windows color (decimal): -11683171 or 10336845. OLE color: 10336845.
HSL color Cylindrical-coordinate representation of color #4DBA9D: hue angle of 164.04º 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 #4DBA9D is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 186 | 157 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.27 |
| HSL | 164.04º | 0.44% | 0.52% | - |
| HSV(B) | 164.04º | 0.59% | 0.73% | - |
| XYZ | 26.71 | 39.13 | 38.04 | - |
| YUV | 150.1 | 131.89 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 157 | 0.59 | 0 | 0.16 | 0.27 | 164.04 | 0.44 | 0.52 |
| Hex | 4D | BA | 9D | 3B | 0 | 10 | 1B | A4 | 2C | 34 |
| Octal | 115 | 272 | 235 | 73 | 0 | 20 | 33 | 244 | 54 | 64 |
| Binary | 1001101 | 10111010 | 10011101 | 111011 | 0 | 10000 | 11011 | 10100100 | 101100 | 110100 |
Color Harmonies of #4DBA9D
Complementary color
Monochromatic Colors of #4DBA9D
Black with #4DBA9D
Text Example
Text Example
White with #4DBA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBA9D; }
p { color: rgb(77,186,157); }
H1.HeaderClassName
{
color: #4DBA9D;
}
.AnyTagClassName
{
color: #4DBA9D;
}
</style>
background-color css
<style>
a { background-color: #4DBA9D; }
a { background-color: rgb(77,186,157); }
div.DivClassName
{
background-color: #4DBA9D;
}
.BgClassName
{
background-color: #4DBA9D;
}
</style>
border-color css
<style>
span { border-color: #4DBA9D; }
span { border-color: rgb(77,186,157); }
td.TdClassName
{
border-color: #4DBA9D;
}
.TagClassName
{
border-color: #4DBA9D;
}
</style>