Shades of Puerto Rico #4EBE9B
Tints of Puerto Rico #4EBE9B
RGB
CMYK
RGB Variations
Color information
#4EBE9B (or 0x4EBE9B) is known color: Puerto Rico. HEX triplet: 4E, BE and 9B. RGB value is (78,190,155). Sum of RGB (Red+Green+Blue) = 78+190+155=423 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.44% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #4EBE9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBE9B is #B14164. Grayscale: #989898. Windows color (decimal): -11616613 or 10206798. OLE color: 10206798.
HSL color Cylindrical-coordinate representation of color #4EBE9B: hue angle of 161.25º degrees, saturation: 0.46, 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 #4EBE9B is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 190 | 155 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.25 |
| HSL | 161.25º | 0.46% | 0.53% | - |
| HSV(B) | 161.25º | 0.59% | 0.75% | - |
| XYZ | 27.47 | 40.81 | 37.44 | - |
| YUV | 152.52 | 129.39 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 190 | 155 | 0.59 | 0 | 0.18 | 0.25 | 161.25 | 0.46 | 0.53 |
| Hex | 4E | BE | 9B | 3B | 0 | 12 | 19 | A1 | 2E | 35 |
| Octal | 116 | 276 | 233 | 73 | 0 | 22 | 31 | 241 | 56 | 65 |
| Binary | 1001110 | 10111110 | 10011011 | 111011 | 0 | 10010 | 11001 | 10100001 | 101110 | 110101 |
Color Harmonies of #4EBE9B
Complementary color
Monochromatic Colors of #4EBE9B
Black with #4EBE9B
Text Example
Text Example
White with #4EBE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBE9B; }
p { color: rgb(78,190,155); }
H1.HeaderClassName
{
color: #4EBE9B;
}
.AnyTagClassName
{
color: #4EBE9B;
}
</style>
background-color css
<style>
a { background-color: #4EBE9B; }
a { background-color: rgb(78,190,155); }
div.DivClassName
{
background-color: #4EBE9B;
}
.BgClassName
{
background-color: #4EBE9B;
}
</style>
border-color css
<style>
span { border-color: #4EBE9B; }
span { border-color: rgb(78,190,155); }
td.TdClassName
{
border-color: #4EBE9B;
}
.TagClassName
{
border-color: #4EBE9B;
}
</style>