Shades of Puerto Rico #4DBFAC
Tints of Puerto Rico #4DBFAC
RGB
CMYK
RGB Variations
Color information
#4DBFAC (or 0x4DBFAC) is known color: Puerto Rico. HEX triplet: 4D, BF and AC. RGB value is (77,191,172). Sum of RGB (Red+Green+Blue) = 77+191+172=440 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.5% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBFAC is #B24053. Grayscale: #9A9A9A. Windows color (decimal): -11681876 or 11321165. OLE color: 11321165.
HSL color Cylindrical-coordinate representation of color #4DBFAC: hue angle of 170º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBFAC is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 172 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.25 |
| HSL | 170º | 0.47% | 0.53% | - |
| HSV(B) | 170º | 0.6% | 0.75% | - |
| XYZ | 29.14 | 41.82 | 45.57 | - |
| YUV | 154.75 | 137.73 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 172 | 0.60 | 0 | 0.10 | 0.25 | 170 | 0.47 | 0.53 |
| Hex | 4D | BF | AC | 3C | 0 | A | 19 | AA | 2F | 35 |
| Octal | 115 | 277 | 254 | 74 | 0 | 12 | 31 | 252 | 57 | 65 |
| Binary | 1001101 | 10111111 | 10101100 | 111100 | 0 | 1010 | 11001 | 10101010 | 101111 | 110101 |
Color Harmonies of #4DBFAC
Complementary color
Monochromatic Colors of #4DBFAC
Black with #4DBFAC
Text Example
Text Example
White with #4DBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBFAC; }
p { color: rgb(77,191,172); }
H1.HeaderClassName
{
color: #4DBFAC;
}
.AnyTagClassName
{
color: #4DBFAC;
}
</style>
background-color css
<style>
a { background-color: #4DBFAC; }
a { background-color: rgb(77,191,172); }
div.DivClassName
{
background-color: #4DBFAC;
}
.BgClassName
{
background-color: #4DBFAC;
}
</style>
border-color css
<style>
span { border-color: #4DBFAC; }
span { border-color: rgb(77,191,172); }
td.TdClassName
{
border-color: #4DBFAC;
}
.TagClassName
{
border-color: #4DBFAC;
}
</style>