Shades of Puerto Rico #4DBFAA
Tints of Puerto Rico #4DBFAA
RGB
CMYK
RGB Variations
Color information
#4DBFAA (or 0x4DBFAA) is known color: Puerto Rico. HEX triplet: 4D, BF and AA. RGB value is (77,191,170). Sum of RGB (Red+Green+Blue) = 77+191+170=438 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.58% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBFAA is #B24055. Grayscale: #9A9A9A. Windows color (decimal): -11681878 or 11190093. OLE color: 11190093.
HSL color Cylindrical-coordinate representation of color #4DBFAA: hue angle of 168.95º 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 #4DBFAA is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 170 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.25 |
| HSL | 168.95º | 0.47% | 0.53% | - |
| HSV(B) | 168.95º | 0.6% | 0.75% | - |
| XYZ | 28.95 | 41.74 | 44.56 | - |
| YUV | 154.52 | 136.73 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 170 | 0.60 | 0 | 0.11 | 0.25 | 168.95 | 0.47 | 0.53 |
| Hex | 4D | BF | AA | 3C | 0 | B | 19 | A9 | 2F | 35 |
| Octal | 115 | 277 | 252 | 74 | 0 | 13 | 31 | 251 | 57 | 65 |
| Binary | 1001101 | 10111111 | 10101010 | 111100 | 0 | 1011 | 11001 | 10101001 | 101111 | 110101 |
Color Harmonies of #4DBFAA
Complementary color
Monochromatic Colors of #4DBFAA
Black with #4DBFAA
Text Example
Text Example
White with #4DBFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBFAA; }
p { color: rgb(77,191,170); }
H1.HeaderClassName
{
color: #4DBFAA;
}
.AnyTagClassName
{
color: #4DBFAA;
}
</style>
background-color css
<style>
a { background-color: #4DBFAA; }
a { background-color: rgb(77,191,170); }
div.DivClassName
{
background-color: #4DBFAA;
}
.BgClassName
{
background-color: #4DBFAA;
}
</style>
border-color css
<style>
span { border-color: #4DBFAA; }
span { border-color: rgb(77,191,170); }
td.TdClassName
{
border-color: #4DBFAA;
}
.TagClassName
{
border-color: #4DBFAA;
}
</style>