#8CAB9B

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

Shades of Summer Green #8CAB9B

Tints of Summer Green #8CAB9B

Color information

#8CAB9B (or 0x8CAB9B) is unknown color: approx Summer Green. HEX triplet: 8C, AB and 9B. RGB value is (140,171,155). Sum of RGB (Red+Green+Blue) = 140+171+155=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAB9B is #735464. Grayscale: #9F9F9F. Windows color (decimal): -7558245 or 10201996. OLE color: 10201996.

HSL color Cylindrical-coordinate representation of color #8CAB9B: hue angle of 149.03º 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 #8CAB9B is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB140171155-
CMYK0.1800.090.33
HSL149.03º15.58%60.98%-
HSV(B)149.03º18.13%67.06%-
XYZ31.2937.0736.52-
YUV159.91125.23113.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.04%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 155 (60.94% from 255) = 33.26%
R=30.04%
G=36.70%
B=33.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401711550.1800.090.33149.0315.5860.98
Hex8CAB9B12092195103d
Octal21425323322011412252075
Binary10001100101010111001101110010010011000011001010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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