Shades of Puerto Rico #4DB6A9
Tints of Puerto Rico #4DB6A9
RGB
CMYK
RGB Variations
Color information
#4DB6A9 (or 0x4DB6A9) is known color: Puerto Rico. HEX triplet: 4D, B6 and A9. RGB value is (77,182,169). Sum of RGB (Red+Green+Blue) = 77+182+169=428 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.99% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 169 (66.41% from 255 or 39.49% from 428); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB6A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB6A9 is #B24956. Grayscale: #959595. Windows color (decimal): -11684183 or 11122253. OLE color: 11122253.
HSL color Cylindrical-coordinate representation of color #4DB6A9: hue angle of 172.57º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB6A9 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 182 | 169 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.29 |
| HSL | 172.57º | 0.42% | 0.51% | - |
| HSV(B) | 172.57º | 0.58% | 0.71% | - |
| XYZ | 26.95 | 37.9 | 43.43 | - |
| YUV | 149.12 | 139.21 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 169 | 0.58 | 0 | 0.07 | 0.29 | 172.57 | 0.42 | 0.51 |
| Hex | 4D | B6 | A9 | 3A | 0 | 7 | 1D | AD | 2A | 33 |
| Octal | 115 | 266 | 251 | 72 | 0 | 7 | 35 | 255 | 52 | 63 |
| Binary | 1001101 | 10110110 | 10101001 | 111010 | 0 | 111 | 11101 | 10101101 | 101010 | 110011 |
Color Harmonies of #4DB6A9
Complementary color
Monochromatic Colors of #4DB6A9
Black with #4DB6A9
Text Example
Text Example
White with #4DB6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB6A9; }
p { color: rgb(77,182,169); }
H1.HeaderClassName
{
color: #4DB6A9;
}
.AnyTagClassName
{
color: #4DB6A9;
}
</style>
background-color css
<style>
a { background-color: #4DB6A9; }
a { background-color: rgb(77,182,169); }
div.DivClassName
{
background-color: #4DB6A9;
}
.BgClassName
{
background-color: #4DB6A9;
}
</style>
border-color css
<style>
span { border-color: #4DB6A9; }
span { border-color: rgb(77,182,169); }
td.TdClassName
{
border-color: #4DB6A9;
}
.TagClassName
{
border-color: #4DB6A9;
}
</style>