Shades of Puerto Rico #4DBFA9
Tints of Puerto Rico #4DBFA9
RGB
CMYK
RGB Variations
Color information
#4DBFA9 (or 0x4DBFA9) is known color: Puerto Rico. HEX triplet: 4D, BF and A9. RGB value is (77,191,169). Sum of RGB (Red+Green+Blue) = 77+191+169=437 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.62% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 169 (66.41% from 255 or 38.67% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBFA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBFA9 is #B24056. Grayscale: #9A9A9A. Windows color (decimal): -11681879 or 11124557. OLE color: 11124557.
HSL color Cylindrical-coordinate representation of color #4DBFA9: hue angle of 168.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBFA9 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 169 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.25 |
| HSL | 168.42º | 0.47% | 0.53% | - |
| HSV(B) | 168.42º | 0.6% | 0.75% | - |
| XYZ | 28.85 | 41.7 | 44.07 | - |
| YUV | 154.41 | 136.23 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 169 | 0.60 | 0 | 0.12 | 0.25 | 168.42 | 0.47 | 0.53 |
| Hex | 4D | BF | A9 | 3C | 0 | C | 19 | A8 | 2F | 35 |
| Octal | 115 | 277 | 251 | 74 | 0 | 14 | 31 | 250 | 57 | 65 |
| Binary | 1001101 | 10111111 | 10101001 | 111100 | 0 | 1100 | 11001 | 10101000 | 101111 | 110101 |
Color Harmonies of #4DBFA9
Complementary color
Monochromatic Colors of #4DBFA9
Black with #4DBFA9
Text Example
Text Example
White with #4DBFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBFA9; }
p { color: rgb(77,191,169); }
H1.HeaderClassName
{
color: #4DBFA9;
}
.AnyTagClassName
{
color: #4DBFA9;
}
</style>
background-color css
<style>
a { background-color: #4DBFA9; }
a { background-color: rgb(77,191,169); }
div.DivClassName
{
background-color: #4DBFA9;
}
.BgClassName
{
background-color: #4DBFA9;
}
</style>
border-color css
<style>
span { border-color: #4DBFA9; }
span { border-color: rgb(77,191,169); }
td.TdClassName
{
border-color: #4DBFA9;
}
.TagClassName
{
border-color: #4DBFA9;
}
</style>