Shades of Puerto Rico #4EB99B
Tints of Puerto Rico #4EB99B
RGB
CMYK
RGB Variations
Color information
#4EB99B (or 0x4EB99B) is known color: Puerto Rico. HEX triplet: 4E, B9 and 9B. RGB value is (78,185,155). Sum of RGB (Red+Green+Blue) = 78+185+155=418 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.66% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #4EB99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EB99B is #B14664. Grayscale: #959595. Windows color (decimal): -11617893 or 10205518. OLE color: 10205518.
HSL color Cylindrical-coordinate representation of color #4EB99B: hue angle of 163.18º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EB99B is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 185 | 155 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.27 |
| HSL | 163.18º | 0.43% | 0.52% | - |
| HSV(B) | 163.18º | 0.58% | 0.73% | - |
| XYZ | 26.41 | 38.68 | 37.09 | - |
| YUV | 149.59 | 131.05 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 185 | 155 | 0.58 | 0 | 0.16 | 0.27 | 163.18 | 0.43 | 0.52 |
| Hex | 4E | B9 | 9B | 3A | 0 | 10 | 1B | A3 | 2B | 34 |
| Octal | 116 | 271 | 233 | 72 | 0 | 20 | 33 | 243 | 53 | 64 |
| Binary | 1001110 | 10111001 | 10011011 | 111010 | 0 | 10000 | 11011 | 10100011 | 101011 | 110100 |
Color Harmonies of #4EB99B
Complementary color
Monochromatic Colors of #4EB99B
Black with #4EB99B
Text Example
Text Example
White with #4EB99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB99B; }
p { color: rgb(78,185,155); }
H1.HeaderClassName
{
color: #4EB99B;
}
.AnyTagClassName
{
color: #4EB99B;
}
</style>
background-color css
<style>
a { background-color: #4EB99B; }
a { background-color: rgb(78,185,155); }
div.DivClassName
{
background-color: #4EB99B;
}
.BgClassName
{
background-color: #4EB99B;
}
</style>
border-color css
<style>
span { border-color: #4EB99B; }
span { border-color: rgb(78,185,155); }
td.TdClassName
{
border-color: #4EB99B;
}
.TagClassName
{
border-color: #4EB99B;
}
</style>