Shades of Puerto Rico #4DB9B0
Tints of Puerto Rico #4DB9B0
RGB
CMYK
RGB Variations
Color information
#4DB9B0 (or 0x4DB9B0) is known color: Puerto Rico. HEX triplet: 4D, B9 and B0. RGB value is (77,185,176). Sum of RGB (Red+Green+Blue) = 77+185+176=438 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.58% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB9B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB9B0 is #B2464F. Grayscale: #979797. Windows color (decimal): -11683408 or 11581773. OLE color: 11581773.
HSL color Cylindrical-coordinate representation of color #4DB9B0: hue angle of 175º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB9B0 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 176 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.27 |
| HSL | 175º | 0.44% | 0.51% | - |
| HSV(B) | 175º | 0.58% | 0.73% | - |
| XYZ | 28.25 | 39.41 | 47.19 | - |
| YUV | 151.68 | 141.72 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 176 | 0.58 | 0 | 0.05 | 0.27 | 175 | 0.44 | 0.51 |
| Hex | 4D | B9 | B0 | 3A | 0 | 5 | 1B | AF | 2C | 33 |
| Octal | 115 | 271 | 260 | 72 | 0 | 5 | 33 | 257 | 54 | 63 |
| Binary | 1001101 | 10111001 | 10110000 | 111010 | 0 | 101 | 11011 | 10101111 | 101100 | 110011 |
Color Harmonies of #4DB9B0
Complementary color
Monochromatic Colors of #4DB9B0
Black with #4DB9B0
Text Example
Text Example
White with #4DB9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB9B0; }
p { color: rgb(77,185,176); }
H1.HeaderClassName
{
color: #4DB9B0;
}
.AnyTagClassName
{
color: #4DB9B0;
}
</style>
background-color css
<style>
a { background-color: #4DB9B0; }
a { background-color: rgb(77,185,176); }
div.DivClassName
{
background-color: #4DB9B0;
}
.BgClassName
{
background-color: #4DB9B0;
}
</style>
border-color css
<style>
span { border-color: #4DB9B0; }
span { border-color: rgb(77,185,176); }
td.TdClassName
{
border-color: #4DB9B0;
}
.TagClassName
{
border-color: #4DB9B0;
}
</style>