Shades of Puerto Rico #4DBFA4
Tints of Puerto Rico #4DBFA4
RGB
CMYK
RGB Variations
Color information
#4DBFA4 (or 0x4DBFA4) is known color: Puerto Rico. HEX triplet: 4D, BF and A4. RGB value is (77,191,164). Sum of RGB (Red+Green+Blue) = 77+191+164=432 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.82% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBFA4 is #B2405B. Grayscale: #999999. Windows color (decimal): -11681884 or 10796877. OLE color: 10796877.
HSL color Cylindrical-coordinate representation of color #4DBFA4: hue angle of 165.79º 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 #4DBFA4 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 164 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.25 |
| HSL | 165.79º | 0.47% | 0.53% | - |
| HSV(B) | 165.79º | 0.6% | 0.75% | - |
| XYZ | 28.39 | 41.52 | 41.64 | - |
| YUV | 153.84 | 133.73 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 164 | 0.60 | 0 | 0.14 | 0.25 | 165.79 | 0.47 | 0.53 |
| Hex | 4D | BF | A4 | 3C | 0 | E | 19 | A6 | 2F | 35 |
| Octal | 115 | 277 | 244 | 74 | 0 | 16 | 31 | 246 | 57 | 65 |
| Binary | 1001101 | 10111111 | 10100100 | 111100 | 0 | 1110 | 11001 | 10100110 | 101111 | 110101 |
Color Harmonies of #4DBFA4
Complementary color
Monochromatic Colors of #4DBFA4
Black with #4DBFA4
Text Example
Text Example
White with #4DBFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBFA4; }
p { color: rgb(77,191,164); }
H1.HeaderClassName
{
color: #4DBFA4;
}
.AnyTagClassName
{
color: #4DBFA4;
}
</style>
background-color css
<style>
a { background-color: #4DBFA4; }
a { background-color: rgb(77,191,164); }
div.DivClassName
{
background-color: #4DBFA4;
}
.BgClassName
{
background-color: #4DBFA4;
}
</style>
border-color css
<style>
span { border-color: #4DBFA4; }
span { border-color: rgb(77,191,164); }
td.TdClassName
{
border-color: #4DBFA4;
}
.TagClassName
{
border-color: #4DBFA4;
}
</style>