Shades of Puerto Rico #4DBEAB
Tints of Puerto Rico #4DBEAB
RGB
CMYK
RGB Variations
Color information
#4DBEAB (or 0x4DBEAB) is known color: Puerto Rico. HEX triplet: 4D, BE and AB. RGB value is (77,190,171). Sum of RGB (Red+Green+Blue) = 77+190+171=438 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.58% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBEAB is #B24154. Grayscale: #9A9A9A. Windows color (decimal): -11682133 or 11255373. OLE color: 11255373.
HSL color Cylindrical-coordinate representation of color #4DBEAB: hue angle of 169.91º 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 #4DBEAB is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 171 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.25 |
| HSL | 169.91º | 0.47% | 0.52% | - |
| HSV(B) | 169.91º | 0.59% | 0.75% | - |
| XYZ | 28.82 | 41.34 | 44.99 | - |
| YUV | 154.05 | 137.56 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 171 | 0.59 | 0 | 0.10 | 0.25 | 169.91 | 0.47 | 0.52 |
| Hex | 4D | BE | AB | 3B | 0 | A | 19 | AA | 2F | 34 |
| Octal | 115 | 276 | 253 | 73 | 0 | 12 | 31 | 252 | 57 | 64 |
| Binary | 1001101 | 10111110 | 10101011 | 111011 | 0 | 1010 | 11001 | 10101010 | 101111 | 110100 |
Color Harmonies of #4DBEAB
Complementary color
Monochromatic Colors of #4DBEAB
Black with #4DBEAB
Text Example
Text Example
White with #4DBEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBEAB; }
p { color: rgb(77,190,171); }
H1.HeaderClassName
{
color: #4DBEAB;
}
.AnyTagClassName
{
color: #4DBEAB;
}
</style>
background-color css
<style>
a { background-color: #4DBEAB; }
a { background-color: rgb(77,190,171); }
div.DivClassName
{
background-color: #4DBEAB;
}
.BgClassName
{
background-color: #4DBEAB;
}
</style>
border-color css
<style>
span { border-color: #4DBEAB; }
span { border-color: rgb(77,190,171); }
td.TdClassName
{
border-color: #4DBEAB;
}
.TagClassName
{
border-color: #4DBEAB;
}
</style>