#4BB38E

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

Shades of Keppel #4BB38E

Tints of Keppel #4BB38E

Color information

#4BB38E (or 0x4BB38E) is unknown color: approx Keppel. HEX triplet: 4B, B3 and 8E. RGB value is (75,179,142). Sum of RGB (Red+Green+Blue) = 75+179+142=396 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.94% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB38E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB38E is #B44C71. Grayscale: #8F8F8F. Windows color (decimal): -11816050 or 9352011. OLE color: 9352011.

HSL color Cylindrical-coordinate representation of color #4BB38E: hue angle of 158.65º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB38E is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB75179142-
CMYK0.5800.210.30
HSL158.65º40.94%49.8%-
HSV(B)158.65º58.1%70.2%-
XYZ23.935.6931.22-
YUV143.69127.0479.01-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.94%
GREEN value IS 179 (70.31% from 255) = 45.20%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=18.94%
G=45.20%
B=35.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal751791420.5800.210.30158.6540.9449.8
Hex4BB38E3A0151E9f2932
Octal11326321672025362375162
Binary100101110110011100011101110100101011111010011111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,179,142); }

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

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

 a { background-color: rgb(75,179,142); }

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

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

 span { border-color: rgb(75,179,142); }

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