#4CBB88

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

Shades of Emerald #4CBB88

Tints of Emerald #4CBB88

Color information

#4CBB88 (or 0x4CBB88) is unknown color: approx Emerald. HEX triplet: 4C, BB and 88. RGB value is (76,187,136). Sum of RGB (Red+Green+Blue) = 76+187+136=399 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.05% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #4CBB88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBB88 is #B34477. Grayscale: #949494. Windows color (decimal): -11748472 or 8960844. OLE color: 8960844.

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

Color convert

RGB76187136-
CMYK0.5900.270.27
HSL152.43º44.94%51.57%-
HSV(B)152.43º59.36%73.33%-
XYZ25.1938.8529.46-
YUV148121.2376.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.05%
GREEN value IS 187 (73.44% from 255) = 46.87%
BLUE value IS 136 (53.52% from 255) = 34.09%
R=19.05%
G=46.87%
B=34.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761871360.5900.270.27152.4344.9451.57
Hex4CBB883B01B1B982d34
Octal11427321073033332305564
Binary100110010111011100010001110110110111101110011000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,187,136); }

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

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

 a { background-color: rgb(76,187,136); }

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

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

 span { border-color: rgb(76,187,136); }

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