Shades of Puerto Rico #4DBEB0
Tints of Puerto Rico #4DBEB0
RGB
CMYK
RGB Variations
Color information
#4DBEB0 (or 0x4DBEB0) is known color: Puerto Rico. HEX triplet: 4D, BE and B0. RGB value is (77,190,176). Sum of RGB (Red+Green+Blue) = 77+190+176=443 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.38% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBEB0 is #B2414F. Grayscale: #9A9A9A. Windows color (decimal): -11682128 or 11583053. OLE color: 11583053.
HSL color Cylindrical-coordinate representation of color #4DBEB0: hue angle of 172.57º 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 #4DBEB0 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 176 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.25 |
| HSL | 172.57º | 0.47% | 0.52% | - |
| HSV(B) | 172.57º | 0.59% | 0.75% | - |
| XYZ | 29.31 | 41.54 | 47.55 | - |
| YUV | 154.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 176 | 0.59 | 0 | 0.07 | 0.25 | 172.57 | 0.47 | 0.52 |
| Hex | 4D | BE | B0 | 3B | 0 | 7 | 19 | AD | 2F | 34 |
| Octal | 115 | 276 | 260 | 73 | 0 | 7 | 31 | 255 | 57 | 64 |
| Binary | 1001101 | 10111110 | 10110000 | 111011 | 0 | 111 | 11001 | 10101101 | 101111 | 110100 |
Color Harmonies of #4DBEB0
Complementary color
Monochromatic Colors of #4DBEB0
Black with #4DBEB0
Text Example
Text Example
White with #4DBEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBEB0; }
p { color: rgb(77,190,176); }
H1.HeaderClassName
{
color: #4DBEB0;
}
.AnyTagClassName
{
color: #4DBEB0;
}
</style>
background-color css
<style>
a { background-color: #4DBEB0; }
a { background-color: rgb(77,190,176); }
div.DivClassName
{
background-color: #4DBEB0;
}
.BgClassName
{
background-color: #4DBEB0;
}
</style>
border-color css
<style>
span { border-color: #4DBEB0; }
span { border-color: rgb(77,190,176); }
td.TdClassName
{
border-color: #4DBEB0;
}
.TagClassName
{
border-color: #4DBEB0;
}
</style>