#4BBA7A

Color #4BBA7A Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4BBA7A

Tints of Emerald #4BBA7A

Color information

#4BBA7A (or 0x4BBA7A) is unknown color: approx Emerald. HEX triplet: 4B, BA and 7A. RGB value is (75,186,122). Sum of RGB (Red+Green+Blue) = 75+186+122=383 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.58% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #4BBA7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBA7A is #B44585. Grayscale: #919191. Windows color (decimal): -11814278 or 8043083. OLE color: 8043083.

HSL color Cylindrical-coordinate representation of color #4BBA7A: hue angle of 145.41º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBA7A is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB75186122-
CMYK0.6000.340.27
HSL145.41º44.58%51.18%-
HSV(B)145.41º59.68%72.94%-
XYZ23.9738.0224.49-
YUV145.51114.7377.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 19.58%
GREEN value IS 186 (73.05% from 255) = 48.56%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=19.58%
G=48.56%
B=31.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal751861220.6000.340.27145.4144.5851.18
Hex4BBA7A3C0221B912d33
Octal11327217274042332215563
Binary100101110111010111101011110001000101101110010001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BBA7A; }

 p { color: rgb(75,186,122); }

 H1.HeaderClassName
 {
   color: #4BBA7A;
 }
 .AnyTagClassName
 {
   color: #4BBA7A;
 }
</style>
background-color css

<style>
 a { background-color: #4BBA7A; }

 a { background-color: rgb(75,186,122); }

 div.DivClassName
 {
   background-color: #4BBA7A;
 }
 .BgClassName
 {
   background-color: #4BBA7A;
 }
</style>
border-color css

<style>
 span { border-color: #4BBA7A; }

 span { border-color: rgb(75,186,122); }

 td.TdClassName
 {
   border-color: #4BBA7A;
 }
 .TagClassName
 {
   border-color: #4BBA7A;
 }
</style>