Shades of Puerto Rico #4DB8A6
Tints of Puerto Rico #4DB8A6
RGB
CMYK
RGB Variations
Color information
#4DB8A6 (or 0x4DB8A6) is known color: Puerto Rico. HEX triplet: 4D, B8 and A6. RGB value is (77,184,166). Sum of RGB (Red+Green+Blue) = 77+184+166=427 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.03% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB8A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB8A6 is #B24759. Grayscale: #959595. Windows color (decimal): -11683674 or 10926157. OLE color: 10926157.
HSL color Cylindrical-coordinate representation of color #4DB8A6: hue angle of 169.91º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB8A6 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 166 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.28 |
| HSL | 169.91º | 0.43% | 0.51% | - |
| HSV(B) | 169.91º | 0.58% | 0.72% | - |
| XYZ | 27.08 | 38.61 | 42.1 | - |
| YUV | 149.96 | 137.05 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 166 | 0.58 | 0 | 0.10 | 0.28 | 169.91 | 0.43 | 0.51 |
| Hex | 4D | B8 | A6 | 3A | 0 | A | 1C | AA | 2B | 33 |
| Octal | 115 | 270 | 246 | 72 | 0 | 12 | 34 | 252 | 53 | 63 |
| Binary | 1001101 | 10111000 | 10100110 | 111010 | 0 | 1010 | 11100 | 10101010 | 101011 | 110011 |
Color Harmonies of #4DB8A6
Complementary color
Monochromatic Colors of #4DB8A6
Black with #4DB8A6
Text Example
Text Example
White with #4DB8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB8A6; }
p { color: rgb(77,184,166); }
H1.HeaderClassName
{
color: #4DB8A6;
}
.AnyTagClassName
{
color: #4DB8A6;
}
</style>
background-color css
<style>
a { background-color: #4DB8A6; }
a { background-color: rgb(77,184,166); }
div.DivClassName
{
background-color: #4DB8A6;
}
.BgClassName
{
background-color: #4DB8A6;
}
</style>
border-color css
<style>
span { border-color: #4DB8A6; }
span { border-color: rgb(77,184,166); }
td.TdClassName
{
border-color: #4DB8A6;
}
.TagClassName
{
border-color: #4DB8A6;
}
</style>