Shades of Puerto Rico #4EBFAC
Tints of Puerto Rico #4EBFAC
RGB
CMYK
RGB Variations
Color information
#4EBFAC (or 0x4EBFAC) is known color: Puerto Rico. HEX triplet: 4E, BF and AC. RGB value is (78,191,172). Sum of RGB (Red+Green+Blue) = 78+191+172=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #4EBFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBFAC is #B14053. Grayscale: #9B9B9B. Windows color (decimal): -11616340 or 11321166. OLE color: 11321166.
HSL color Cylindrical-coordinate representation of color #4EBFAC: hue angle of 169.91º 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 #4EBFAC is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 191 | 172 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.25 |
| HSL | 169.91º | 0.47% | 0.53% | - |
| HSV(B) | 169.91º | 0.59% | 0.75% | - |
| XYZ | 29.22 | 41.86 | 45.57 | - |
| YUV | 155.05 | 137.56 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 191 | 172 | 0.59 | 0 | 0.10 | 0.25 | 169.91 | 0.47 | 0.53 |
| Hex | 4E | BF | AC | 3B | 0 | A | 19 | AA | 2F | 35 |
| Octal | 116 | 277 | 254 | 73 | 0 | 12 | 31 | 252 | 57 | 65 |
| Binary | 1001110 | 10111111 | 10101100 | 111011 | 0 | 1010 | 11001 | 10101010 | 101111 | 110101 |
Color Harmonies of #4EBFAC
Complementary color
Monochromatic Colors of #4EBFAC
Black with #4EBFAC
Text Example
Text Example
White with #4EBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBFAC; }
p { color: rgb(78,191,172); }
H1.HeaderClassName
{
color: #4EBFAC;
}
.AnyTagClassName
{
color: #4EBFAC;
}
</style>
background-color css
<style>
a { background-color: #4EBFAC; }
a { background-color: rgb(78,191,172); }
div.DivClassName
{
background-color: #4EBFAC;
}
.BgClassName
{
background-color: #4EBFAC;
}
</style>
border-color css
<style>
span { border-color: #4EBFAC; }
span { border-color: rgb(78,191,172); }
td.TdClassName
{
border-color: #4EBFAC;
}
.TagClassName
{
border-color: #4EBFAC;
}
</style>