#8CAB9A

Color #8CAB9A Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #8CAB9A

Tints of Summer Green #8CAB9A

Color information

#8CAB9A (or 0x8CAB9A) is unknown color: approx Summer Green. HEX triplet: 8C, AB and 9A. RGB value is (140,171,154). Sum of RGB (Red+Green+Blue) = 140+171+154=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAB9A is #735465. Grayscale: #9F9F9F. Windows color (decimal): -7558246 or 10136460. OLE color: 10136460.

HSL color Cylindrical-coordinate representation of color #8CAB9A: hue angle of 147.1º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CAB9A is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB140171154-
CMYK0.1800.100.33
HSL147.1º15.58%60.98%-
HSV(B)147.1º18.13%67.06%-
XYZ31.2137.0336.08-
YUV159.79124.73113.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.11%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 154 (60.55% from 255) = 33.12%
R=30.11%
G=36.77%
B=33.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401711540.1800.100.33147.115.5860.98
Hex8CAB9A120A2193103d
Octal21425323222012412232075
Binary10001100101010111001101010010010101000011001001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,171,154); }

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

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

 a { background-color: rgb(140,171,154); }

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

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

 span { border-color: rgb(140,171,154); }

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