Shades of Puerto Rico #4DBBA0
Tints of Puerto Rico #4DBBA0
RGB
CMYK
RGB Variations
Color information
#4DBBA0 (or 0x4DBBA0) is known color: Puerto Rico. HEX triplet: 4D, BB and A0. RGB value is (77,187,160). Sum of RGB (Red+Green+Blue) = 77+187+160=424 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.16% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBBA0 is #B2445F. Grayscale: #979797. Windows color (decimal): -11682912 or 10533709. OLE color: 10533709.
HSL color Cylindrical-coordinate representation of color #4DBBA0: hue angle of 165.27º degrees, saturation: 0.45, 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 #4DBBA0 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 160 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.27 |
| HSL | 165.27º | 0.45% | 0.52% | - |
| HSV(B) | 165.27º | 0.59% | 0.73% | - |
| XYZ | 27.18 | 39.66 | 39.48 | - |
| YUV | 151.03 | 133.06 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 160 | 0.59 | 0 | 0.14 | 0.27 | 165.27 | 0.45 | 0.52 |
| Hex | 4D | BB | A0 | 3B | 0 | E | 1B | A5 | 2D | 34 |
| Octal | 115 | 273 | 240 | 73 | 0 | 16 | 33 | 245 | 55 | 64 |
| Binary | 1001101 | 10111011 | 10100000 | 111011 | 0 | 1110 | 11011 | 10100101 | 101101 | 110100 |
Color Harmonies of #4DBBA0
Complementary color
Monochromatic Colors of #4DBBA0
Black with #4DBBA0
Text Example
Text Example
White with #4DBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBA0; }
p { color: rgb(77,187,160); }
H1.HeaderClassName
{
color: #4DBBA0;
}
.AnyTagClassName
{
color: #4DBBA0;
}
</style>
background-color css
<style>
a { background-color: #4DBBA0; }
a { background-color: rgb(77,187,160); }
div.DivClassName
{
background-color: #4DBBA0;
}
.BgClassName
{
background-color: #4DBBA0;
}
</style>
border-color css
<style>
span { border-color: #4DBBA0; }
span { border-color: rgb(77,187,160); }
td.TdClassName
{
border-color: #4DBBA0;
}
.TagClassName
{
border-color: #4DBBA0;
}
</style>