#4BBE88

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

Shades of Emerald #4BBE88

Tints of Emerald #4BBE88

Color information

#4BBE88 (or 0x4BBE88) is unknown color: approx Emerald. HEX triplet: 4B, BE and 88. RGB value is (75,190,136). Sum of RGB (Red+Green+Blue) = 75+190+136=401 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.70% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBE88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBE88 is #B44177. Grayscale: #959595. Windows color (decimal): -11813240 or 8961611. OLE color: 8961611.

HSL color Cylindrical-coordinate representation of color #4BBE88: hue angle of 151.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBE88 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB75190136-
CMYK0.6100.280.25
HSL151.83º46.94%51.96%-
HSV(B)151.83º60.53%74.51%-
XYZ25.7640.129.68-
YUV149.46120.474.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.70%
GREEN value IS 190 (74.61% from 255) = 47.38%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=18.70%
G=47.38%
B=33.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751901360.6100.280.25151.8346.9451.96
Hex4BBE883D01C19982f34
Octal11327621075034312305764
Binary100101110111110100010001111010111001100110011000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,190,136); }

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

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

 a { background-color: rgb(75,190,136); }

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

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

 span { border-color: rgb(75,190,136); }

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