#8EA253

Color #8EA253 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8EA253

Tints of Chelsea Cucumber #8EA253

Color information

#8EA253 (or 0x8EA253) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A2 and 53. RGB value is (142,162,83). Sum of RGB (Red+Green+Blue) = 142+162+83=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA253 is #715DAC. Grayscale: #939393. Windows color (decimal): -7429549 or 5481102. OLE color: 5481102.

HSL color Cylindrical-coordinate representation of color #8EA253: hue angle of 75.19º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8EA253 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB14216283-
CMYK0.1200.490.36
HSL75.19º32.24%48.04%-
HSV(B)75.19º48.77%63.53%-
XYZ25.6432.2213.05-
YUV147.0191.87124.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.69%
GREEN value IS 162 (63.67% from 255) = 41.86%
BLUE value IS 83 (32.81% from 255) = 21.45%
R=36.69%
G=41.86%
B=21.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142162830.1200.490.3675.1932.2448.04
Hex8EA253C031244b2030
Octal21624212314061441134060
Binary10001110101000101010011110001100011001001001011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EA253; }

 p { color: rgb(142,162,83); }

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

<style>
 a { background-color: #8EA253; }

 a { background-color: rgb(142,162,83); }

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

<style>
 span { border-color: #8EA253; }

 span { border-color: rgb(142,162,83); }

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