Shades of Puerto Rico #4DBEA0
Tints of Puerto Rico #4DBEA0
RGB
CMYK
RGB Variations
Color information
#4DBEA0 (or 0x4DBEA0) is known color: Puerto Rico. HEX triplet: 4D, BE and A0. RGB value is (77,190,160). Sum of RGB (Red+Green+Blue) = 77+190+160=427 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.03% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBEA0 is #B2415F. Grayscale: #989898. Windows color (decimal): -11682144 or 10534477. OLE color: 10534477.
HSL color Cylindrical-coordinate representation of color #4DBEA0: hue angle of 164.07º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBEA0 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 160 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.25 |
| HSL | 164.07º | 0.47% | 0.52% | - |
| HSV(B) | 164.07º | 0.59% | 0.75% | - |
| XYZ | 27.82 | 40.94 | 39.69 | - |
| YUV | 152.79 | 132.06 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 160 | 0.59 | 0 | 0.16 | 0.25 | 164.07 | 0.47 | 0.52 |
| Hex | 4D | BE | A0 | 3B | 0 | 10 | 19 | A4 | 2F | 34 |
| Octal | 115 | 276 | 240 | 73 | 0 | 20 | 31 | 244 | 57 | 64 |
| Binary | 1001101 | 10111110 | 10100000 | 111011 | 0 | 10000 | 11001 | 10100100 | 101111 | 110100 |
Color Harmonies of #4DBEA0
Complementary color
Monochromatic Colors of #4DBEA0
Black with #4DBEA0
Text Example
Text Example
White with #4DBEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBEA0; }
p { color: rgb(77,190,160); }
H1.HeaderClassName
{
color: #4DBEA0;
}
.AnyTagClassName
{
color: #4DBEA0;
}
</style>
background-color css
<style>
a { background-color: #4DBEA0; }
a { background-color: rgb(77,190,160); }
div.DivClassName
{
background-color: #4DBEA0;
}
.BgClassName
{
background-color: #4DBEA0;
}
</style>
border-color css
<style>
span { border-color: #4DBEA0; }
span { border-color: rgb(77,190,160); }
td.TdClassName
{
border-color: #4DBEA0;
}
.TagClassName
{
border-color: #4DBEA0;
}
</style>