Shades of Puerto Rico #4EBFB1
Tints of Puerto Rico #4EBFB1
RGB
CMYK
RGB Variations
Color information
#4EBFB1 (or 0x4EBFB1) is known color: Puerto Rico. HEX triplet: 4E, BF and B1. RGB value is (78,191,177). Sum of RGB (Red+Green+Blue) = 78+191+177=446 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.49% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #4EBFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBFB1 is #B1404E. Grayscale: #9B9B9B. Windows color (decimal): -11616335 or 11648846. OLE color: 11648846.
HSL color Cylindrical-coordinate representation of color #4EBFB1: hue angle of 172.57º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBFB1 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 191 | 177 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.25 |
| HSL | 172.57º | 0.47% | 0.53% | - |
| HSV(B) | 172.57º | 0.59% | 0.75% | - |
| XYZ | 29.71 | 42.06 | 48.15 | - |
| YUV | 155.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 191 | 177 | 0.59 | 0 | 0.07 | 0.25 | 172.57 | 0.47 | 0.53 |
| Hex | 4E | BF | B1 | 3B | 0 | 7 | 19 | AD | 2F | 35 |
| Octal | 116 | 277 | 261 | 73 | 0 | 7 | 31 | 255 | 57 | 65 |
| Binary | 1001110 | 10111111 | 10110001 | 111011 | 0 | 111 | 11001 | 10101101 | 101111 | 110101 |
Color Harmonies of #4EBFB1
Complementary color
Monochromatic Colors of #4EBFB1
Black with #4EBFB1
Text Example
Text Example
White with #4EBFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBFB1; }
p { color: rgb(78,191,177); }
H1.HeaderClassName
{
color: #4EBFB1;
}
.AnyTagClassName
{
color: #4EBFB1;
}
</style>
background-color css
<style>
a { background-color: #4EBFB1; }
a { background-color: rgb(78,191,177); }
div.DivClassName
{
background-color: #4EBFB1;
}
.BgClassName
{
background-color: #4EBFB1;
}
</style>
border-color css
<style>
span { border-color: #4EBFB1; }
span { border-color: rgb(78,191,177); }
td.TdClassName
{
border-color: #4EBFB1;
}
.TagClassName
{
border-color: #4EBFB1;
}
</style>