#4BCB88

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

Shades of Emerald #4BCB88

Tints of Emerald #4BCB88

Color information

#4BCB88 (or 0x4BCB88) is unknown color: approx Emerald. HEX triplet: 4B, CB and 88. RGB value is (75,203,136). Sum of RGB (Red+Green+Blue) = 75+203+136=414 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.12% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCB88 is #B43477. Grayscale: #9D9D9D. Windows color (decimal): -11809912 or 8964939. OLE color: 8964939.

HSL color Cylindrical-coordinate representation of color #4BCB88: hue angle of 148.59º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCB88 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB75203136-
CMYK0.6300.330.20
HSL148.59º55.17%54.51%-
HSV(B)148.59º63.05%79.61%-
XYZ28.745.9930.66-
YUV157.09116.0969.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.12%
GREEN value IS 203 (79.69% from 255) = 49.03%
BLUE value IS 136 (53.52% from 255) = 32.85%
R=18.12%
G=49.03%
B=32.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal752031360.6300.330.20148.5955.1754.51
Hex4BCB883F02114953737
Octal11331321077041242256767
Binary1001011110010111000100011111101000011010010010101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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