Shades of Puerto Rico #4DB7AB
Tints of Puerto Rico #4DB7AB
RGB
CMYK
RGB Variations
Color information
#4DB7AB (or 0x4DB7AB) is known color: Puerto Rico. HEX triplet: 4D, B7 and AB. RGB value is (77,183,171). Sum of RGB (Red+Green+Blue) = 77+183+171=431 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.87% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #4DB7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB7AB is #B24854. Grayscale: #959595. Windows color (decimal): -11683925 or 11253581. OLE color: 11253581.
HSL color Cylindrical-coordinate representation of color #4DB7AB: hue angle of 173.21º degrees, saturation: 0.42, 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 #4DB7AB is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 183 | 171 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.28 |
| HSL | 173.21º | 0.42% | 0.51% | - |
| HSV(B) | 173.21º | 0.58% | 0.72% | - |
| XYZ | 27.34 | 38.39 | 44.5 | - |
| YUV | 149.94 | 139.88 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 183 | 171 | 0.58 | 0 | 0.07 | 0.28 | 173.21 | 0.42 | 0.51 |
| Hex | 4D | B7 | AB | 3A | 0 | 7 | 1C | AD | 2A | 33 |
| Octal | 115 | 267 | 253 | 72 | 0 | 7 | 34 | 255 | 52 | 63 |
| Binary | 1001101 | 10110111 | 10101011 | 111010 | 0 | 111 | 11100 | 10101101 | 101010 | 110011 |
Color Harmonies of #4DB7AB
Complementary color
Monochromatic Colors of #4DB7AB
Black with #4DB7AB
Text Example
Text Example
White with #4DB7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB7AB; }
p { color: rgb(77,183,171); }
H1.HeaderClassName
{
color: #4DB7AB;
}
.AnyTagClassName
{
color: #4DB7AB;
}
</style>
background-color css
<style>
a { background-color: #4DB7AB; }
a { background-color: rgb(77,183,171); }
div.DivClassName
{
background-color: #4DB7AB;
}
.BgClassName
{
background-color: #4DB7AB;
}
</style>
border-color css
<style>
span { border-color: #4DB7AB; }
span { border-color: rgb(77,183,171); }
td.TdClassName
{
border-color: #4DB7AB;
}
.TagClassName
{
border-color: #4DB7AB;
}
</style>